Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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

Panel

Html bobswift

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

Anchor
1039673
1039673
The first line contains:

...

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

Panel

Html bobswift

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

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

...