Java Reference
In-Depth Information
Listing 2-1. A SOAP Message Request
2.1.2 SOAP response message
When the SOAP server successfully processes a request, a response is then marshaled into
an XML document and returned as a part of HTTP response to the client. The client SOAP
engine then un- marshals the message to further process the result of the call.
• A SOAP header is not used.
• The SOAP body has a single element, ns2:getEmployeeResponse. Note that
namespace, ns2, is used and referenced.
Within the SOAP body, an employee record is returned.
Listing 2-2. A SOAP Message Response
Search WWH ::




Custom Search