B
bill
Is there a way to log the actual outgoing http post message on a Web
Services client? I am calling a Java Web Services. I have to use HTTP POST
in my native C++ code. What I can do is writing a C# client and try to see
what's been sent out. Then, I can then try to do a HTTP POST in my C++ code
following the format I have from the C# client.
I found there is something called SOAPExtension. But, it involves the change
on the server side, and it seems to me that it is .NET specific.
Thanks for your help.
Services client? I am calling a Java Web Services. I have to use HTTP POST
in my native C++ code. What I can do is writing a C# client and try to see
what's been sent out. Then, I can then try to do a HTTP POST in my C++ code
following the format I have from the C# client.
I found there is something called SOAPExtension. But, it involves the change
on the server side, and it seems to me that it is .NET specific.
Thanks for your help.