M
Martin Robins
I need to call a web service that has a wsdl indicating a complex type being
returned. VS2005 creates a proxy for the service without problem and also
creates a type that can retrieve the data; great.
However, I wish to access the XML being returned directly instead of using
the object generated by VS from the wsdl. Any suggestions as to how I might
do this (I have tried serialising the object that is returned but that does
not actually give me an accurate representation of the original XML.
Thanks.
returned. VS2005 creates a proxy for the service without problem and also
creates a type that can retrieve the data; great.
However, I wish to access the XML being returned directly instead of using
the object generated by VS from the wsdl. Any suggestions as to how I might
do this (I have tried serialising the object that is returned but that does
not actually give me an accurate representation of the original XML.
Thanks.