AppleWebService


Click here for a complete list of operations.

WAPostECMVehicleDesignations

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 /AppleMobileWebService/AppleWebService.asmx HTTP/1.1
Host: m3.rometech.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://m3.rometech.net/AppleMobileWebService/WAPostECMVehicleDesignations"

<?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>
    <WAPostECMVehicleDesignations xmlns="http://m3.rometech.net/AppleMobileWebService">
      <shopId>string</shopId>
      <Licence_PassCode>string</Licence_PassCode>
      <p_strECMDataID>string</p_strECMDataID>
      <objECMVehicleDesignation>
        <OrderParts xmlns="http://tempuri.org/RomeWalkaround.xsd">string</OrderParts>
        <StatOrderParts xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatOrderParts>
        <CustAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CustAuth>
        <StatCustAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCustAuth>
        <InsrAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</InsrAuth>
        <StatInsrAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatInsrAuth>
        <CarStage2 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CarStage2>
        <StatCarStage2 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCarStage2>
        <CarStage3 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CarStage3>
        <StatCarStage3 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCarStage3>
        <InShop xmlns="http://tempuri.org/RomeWalkaround.xsd">string</InShop>
        <StatInShop xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatInShop>
      </objECMVehicleDesignation>
    </WAPostECMVehicleDesignations>
  </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>
    <WAPostECMVehicleDesignationsResponse xmlns="http://m3.rometech.net/AppleMobileWebService">
      <WAPostECMVehicleDesignationsResult>string</WAPostECMVehicleDesignationsResult>
    </WAPostECMVehicleDesignationsResponse>
  </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 /AppleMobileWebService/AppleWebService.asmx HTTP/1.1
Host: m3.rometech.net
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>
    <WAPostECMVehicleDesignations xmlns="http://m3.rometech.net/AppleMobileWebService">
      <shopId>string</shopId>
      <Licence_PassCode>string</Licence_PassCode>
      <p_strECMDataID>string</p_strECMDataID>
      <objECMVehicleDesignation>
        <OrderParts xmlns="http://tempuri.org/RomeWalkaround.xsd">string</OrderParts>
        <StatOrderParts xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatOrderParts>
        <CustAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CustAuth>
        <StatCustAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCustAuth>
        <InsrAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</InsrAuth>
        <StatInsrAuth xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatInsrAuth>
        <CarStage2 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CarStage2>
        <StatCarStage2 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCarStage2>
        <CarStage3 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</CarStage3>
        <StatCarStage3 xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatCarStage3>
        <InShop xmlns="http://tempuri.org/RomeWalkaround.xsd">string</InShop>
        <StatInShop xmlns="http://tempuri.org/RomeWalkaround.xsd">string</StatInShop>
      </objECMVehicleDesignation>
    </WAPostECMVehicleDesignations>
  </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>
    <WAPostECMVehicleDesignationsResponse xmlns="http://m3.rometech.net/AppleMobileWebService">
      <WAPostECMVehicleDesignationsResult>string</WAPostECMVehicleDesignationsResult>
    </WAPostECMVehicleDesignationsResponse>
  </soap12:Body>
</soap12:Envelope>