|
December 13, 2001 Assembling SOAP Messages Tips: December 2001
Yehuda Shiran, Ph.D.
|
|
WSDL (Web Services Description Language) can specify SOAP messages. The XML messages below are sent and received as a result of parsing the WSDL file for the specific function (foo). Here is the message sent from the client to make a function call "foo(5131953)":
Here is the packet received back from the server (response):
Both the function call message and its response are valid XML. A SOAP message consists of an <Envelope> element that contains an optional <Header> element and at a minimum, one <Body> element.
People who read this tip also read these tips: Look for similar tips by subject: |
| ||||||||||||||||||||