Getting "raw" xml from webservice

447 Views Asked by At

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?

1

There are 1 best solutions below

1
On

If you are talking about Wsdl then it should either been exposed from the webservice. or rather provided to you via .wsdl file.