I am sending the request to oracleDB through solicit response WCF-OracleDB adapter and getting the response from there.
The schema used in this scenario is getting from oracle view.
I got this schema after adding generated items in my project and choose oracle binding and select the required view.
Now the view has been changed.How can I get the updated schema ? Should I add the schema in my project again through
adding generated items or there is some other way ?
Any kind of help would be appreciated.