I'm trying to to generate web service proxy class using ServiceContractGenerator. But the problem is that i want to recieve a "raw" xml from webservice (it may be a string or XmlNode, doesnt matter). Is there any way to modify web service contracts before generating proxy or do something else to get what i need?
|
feedback
|
|
If you are talking about Wsdl then it should either been exposed from the webservice. or rather provided to you via .wsdl file. | |||
feedback
|