web services - Is there any programs out there you can paste WSDL document and get sample XML packets -
I am trying to understand the WSDL file to create a SOAP body to go into a soap envelope. The language I use does not automatically create it for me
Many thanks,
Use when you import WSDL (both from URL or local file) you can create a sample request for each operation. Besides, you can create a fake server, which will also return the sample responses while walking. Very sophisticated equipment.
Comments
Post a Comment