I am trying to use a WebCall Action for a SOAP message


The SOAP message was supplied to me by IT for the server I am trying to
access and is as follows:



<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ws="http://ws.api.xxxxxx.com";>

  <soapenv:Header/>

  <soapenv:Body>

    <ws:exportInventory>

      <ws:serviceConfig>

        <ws:entry>

          <ws:key>access.key</ws:key>

          <ws:value>xxxxxxx</ws:value>

        </ws:entry>

        <ws:entry>

          <ws:key>season.code</ws:key>

          <ws:value>XXX</ws:value>

        </ws:entry>

      </ws:serviceConfig>

    </ws:exportInventory>

  </soapenv:Body>

</soapenv:Envelope>



I assume I place this xml in the POST ARGUMENTS tab as a "Post
Argument". The SOAP XML must be the "Value". What do I insert for the
"Name?



Do I need to encode the SOAP XML with @URLENCODE?



Do I need to insert anything under the HEADER tab?



Maybe USER-Agent?



Steve Fogelson

Internet Commerce solutions







----------------------------------------

To unsubscribe from this list, please send an email to [email protected] 
with "unsubscribe terascript-talk" in the body.

Reply via email to