asp.net not deserializing soap response

Posted by Tanya on Stack Overflow See other posts from Stack Overflow or by Tanya
Published on 2010-03-30T13:47:13Z Indexed on 2010/03/30 14:33 UTC
Read the original article Hit count: 376

Filed under:
|
|

Hi all,

I have been given a wsdl and have used wsdl.exe to create my proxy classes.

I am able to call the function to initiate the request with some valid parameters and this returns my response object which is always EMPTY.

When i inspect the soap message response using fiddler the soap does have valid data that should be deserialzed to the proxy classes.

Can i manually intercept the derserializing call of the proxy classes generated by wsdl and check that .net is correctly derializing the soap response?

Thank you

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about deserialization