Cove Systems eCommerce Web Services

Click here for a complete list of operations.

RecordUpdate

Test

The test form is not available with struct, array or byref parameter types. Please use a SOAP 1.1 compliant client program for testing of your web service.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /demoecommv/webservices.wso HTTP/1.1
Host: www.covesys.com
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RecordUpdate xmlns="http://covesys.com/SetThisInF248WebSrvNam">
      <sToken>string</sToken>
      <iFile>int</iFile>
      <iRecnum>int</iRecnum>
      <stvFieldArray>
        <Items>
          <stFieldData>
            <Number>int</Number>
            <Value>string</Value>
          </stFieldData>
          <stFieldData>
            <Number>int</Number>
            <Value>string</Value>
          </stFieldData>
        </Items>
      </stvFieldArray>
    </RecordUpdate>
  </soap:Body>
</soap:Envelope>

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RecordUpdateResponse xmlns="http://covesys.com/SetThisInF248WebSrvNam">
      <RecordUpdateResult>string</RecordUpdateResult>
    </RecordUpdateResponse>
  </soap:Body>
</soap:Envelope>