Download Delve® SOA Fast-Prototyping Toolkit (Beta 1.0)
| Tutorials - How To Build a SOAP Request from Scratch |
Page 2 of 3 |
All SOAP requests contain SOAP envelopes and all SOAP envelopes contain SOAP bodies. SOAP bodies generally contain the bulk of a request’s content. To add content to a request, we’ll make inclusion of an envelope explicit using the “envelope” keyword.

In this example, we’ve added a SOAP envelope with a BODY element “astro-query-req-msg,” which serves as the root of the request’s content. It, in turn, contains a single member element, “distanceInAu.”
|
|
|