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.

<pre> &lt;tns
<tns:ValidateZip xmlns:tns="http://webservicemart.com/ws/"
&gt;
>
     
&lt;tns:ZipCode&gt;30004&lt;
<tns:ZipCode>30004</tns:
ZipCode&gt; &lt;
ZipCode>
</tns:
ValidateZip&gt; </pre>
ValidateZip>
Panel
Html bobswift

Anchor
1039673
1039673
The first line contains:

...

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

<pre> &lt;string&gt; &lt;result
<string>
<result code="200"
&gt;&lt;item
><item zip="30004" state="GA" latitude="34.11917"
  longitude="-84.30292"/
&gt;&lt;/result&gt; &lt;string&gt; </pre>
></result>
<string>
Panel
Html bobswift


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

...