A
A
AlexCruel2021-07-12 15:50:44
SOAP
AlexCruel, 2021-07-12 15:50:44

How to know the structure of a SOAP package?

I connect the wsdl service to the WPF C# project.

After working out the method that sends the order, you need to know the structure of the SOAP envelope. How can this be done?

60ec3c3bddc3d760299712.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-07-12
@AlexCruel

do you want to know what XML is sent to the server?
If yes, then you can use some HTTP debugger like Fiddler or mitmproxy.
Well, or you can use the debugger to fall into the methods and look there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question