Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following figure illustrates an example of a basic message payload for SOAP.

Panel
<tns:ValidateZip xmlns:tns="http://webservicemart.com/ws/">
     <tns:ZipCode>30004</tns:ZipCode>
</tns:ValidateZip>

Anchor
1039673
1039673
The first line contains:

...

The following figure illustrates the SOAP response that the ValidateZip operation returns.

Panel
<string>
<result code="200"><item zip="30004" state="GA" latitude="34.11917"
  longitude="-84.30292"/></result>
<string>


Anchor
1039311
1039311
The first line indicates the type of data being returned (in this case, string data).

...