Download Microsoft Soap Toolkit 3.0 and spy on the data being sent to the web
server.
Your post method should post the data in the exactly same format.
(e.g. SoapAction is an optional HTTP attribute that you should set before
making the Post request.)
Aleksey Nudelman,
http://csharpcomputing.com
> Hello all,
> I have a web method that accepts compound (non-primitive) arguments. I know
[quoted text clipped - 6 lines]
> holds the soap xml. any one has an example of this situation?
> thanks, David
David - 26 Sep 2004 10:55 GMT
Thanks,
How can I spy the data sent tot the server? I tried looking in the IIS log
file, but these details are not included.
David
> Download Microsoft Soap Toolkit 3.0 and spy on the data being sent to the
> web
[quoted text clipped - 18 lines]
>> holds the soap xml. any one has an example of this situation?
>> thanks, David