GatewaySyncRequestService


Click here for a complete list of operations.

CheckIfHasToBeUpdatedPartially

Test

The test form is only available for requests from the local machine.

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 /StandardPortConfigurationReceiver/GatewaySyncProcessing.asmx HTTP/1.1
Host: ss.consignorportal.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/CheckIfHasToBeUpdatedPartially"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CheckIfHasToBeUpdatedPartially xmlns="http://tempuri.org/">
      <package>
        <Detail>base64Binary</Detail>
        <Origin>Customer or TemporaryStorage or Quarantine or ReturnData or ScanApp</Origin>
        <PackageIdentification>
          <InstallationKey>string</InstallationKey>
          <SmartClientVersion>string</SmartClientVersion>
          <IpAddress>string</IpAddress>
          <SendingDate>dateTime</SendingDate>
          <TransactionType>SHP or CFG or USHP or STAT or VCFG or VSHP or VSTA or ERR or RST or RTD or RDR or CMP or MBL or CHOD or LST or CANCELCHOD or SCA or GSRC or MRTD or MSGN or EXP or SCAMVS or SCSHP or SCRD or DRQ or UREF or UTRANS or DPL or SEXP or PRST</TransactionType>
          <HasAllConfigs>boolean</HasAllConfigs>
          <InstallationTag>guid</InstallationTag>
        </PackageIdentification>
        <CompressionMode>None or GZip or Deflate</CompressionMode>
        <CompressionLevel>Fast or Normal or Maximum or NoCompression</CompressionLevel>
        <RetryCount>int</RetryCount>
        <GlobalUniqueId>guid</GlobalUniqueId>
        <ObjectsCount>int</ObjectsCount>
        <Exception>string</Exception>
        <ClientInfo>
          <Ip>string</Ip>
        </ClientInfo>
      </package>
    </CheckIfHasToBeUpdatedPartially>
  </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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <CheckIfHasToBeUpdatedPartiallyResponse xmlns="http://tempuri.org/">
      <CheckIfHasToBeUpdatedPartiallyResult>
        <string>string</string>
        <string>string</string>
      </CheckIfHasToBeUpdatedPartiallyResult>
    </CheckIfHasToBeUpdatedPartiallyResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /StandardPortConfigurationReceiver/GatewaySyncProcessing.asmx HTTP/1.1
Host: ss.consignorportal.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CheckIfHasToBeUpdatedPartially xmlns="http://tempuri.org/">
      <package>
        <Detail>base64Binary</Detail>
        <Origin>Customer or TemporaryStorage or Quarantine or ReturnData or ScanApp</Origin>
        <PackageIdentification>
          <InstallationKey>string</InstallationKey>
          <SmartClientVersion>string</SmartClientVersion>
          <IpAddress>string</IpAddress>
          <SendingDate>dateTime</SendingDate>
          <TransactionType>SHP or CFG or USHP or STAT or VCFG or VSHP or VSTA or ERR or RST or RTD or RDR or CMP or MBL or CHOD or LST or CANCELCHOD or SCA or GSRC or MRTD or MSGN or EXP or SCAMVS or SCSHP or SCRD or DRQ or UREF or UTRANS or DPL or SEXP or PRST</TransactionType>
          <HasAllConfigs>boolean</HasAllConfigs>
          <InstallationTag>guid</InstallationTag>
        </PackageIdentification>
        <CompressionMode>None or GZip or Deflate</CompressionMode>
        <CompressionLevel>Fast or Normal or Maximum or NoCompression</CompressionLevel>
        <RetryCount>int</RetryCount>
        <GlobalUniqueId>guid</GlobalUniqueId>
        <ObjectsCount>int</ObjectsCount>
        <Exception>string</Exception>
        <ClientInfo>
          <Ip>string</Ip>
        </ClientInfo>
      </package>
    </CheckIfHasToBeUpdatedPartially>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <CheckIfHasToBeUpdatedPartiallyResponse xmlns="http://tempuri.org/">
      <CheckIfHasToBeUpdatedPartiallyResult>
        <string>string</string>
        <string>string</string>
      </CheckIfHasToBeUpdatedPartiallyResult>
    </CheckIfHasToBeUpdatedPartiallyResponse>
  </soap12:Body>
</soap12:Envelope>