T
Tom Bean
I am writing a C# Windows service that calls methods on a remote web service
and would like to capture the XML returned by the web service. The reason I
need the raw XML is for back up to the sub-set of data I am saving to a
database.
All the posts I have found seem to assume one has access to both the client
and server applications but since the web service is remote, I can only
control the client side.
Any help in learning how to accomplish this will be greatly appreciated.
Thanks,
Tom
and would like to capture the XML returned by the web service. The reason I
need the raw XML is for back up to the sub-set of data I am saving to a
database.
All the posts I have found seem to assume one has access to both the client
and server applications but since the web service is remote, I can only
control the client side.
Any help in learning how to accomplish this will be greatly appreciated.
Thanks,
Tom