I'm trying to understand a WSDL file in order to build a SOAP Body to go in a SOAP envelope. The language I use doesn't automatically build it for me. What's the best way to learn how to construct XML packets manuall开发者_如何学编程y?
Many thanks,
b
Use SoapUI. When importing WSDL (both from URL or local file) you can create sample requests for every operation. Moreover, you can create a mock server that, when running, will return sample responses as well. Very sophisticated tool.
精彩评论