Getting soap request before sending message

J

Jens

Hello,

I have some code that calls an external webservice. To debug I want to
get the Soap message before it's send to the webservice. Is there a
way to get the soap message?

Some example of my code:

Dim iEx As New MySoap.TInfoEx
iEx.Value1 = 1
iEx.Value2 = "Value"

Dim Result() As MySoap.TResult
Result = ps.Calculate(iEx)

I want to get the Soap request before it's send to the webservice in
the last line.
Hope someone can help me with this. Thanks!
 
G

Guest

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top