ActivationServer


Click here for a complete list of operations.

CL

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 /AcS/Activate/ActivationServer.asmx HTTP/1.1
Host: acs.ironspeed.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.ironspeed.com/AcS/CL"

<?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>
    <CL xmlns="http://www.ironspeed.com/AcS">
      <ActInfo>
        <V>int</V>
        <PV2>string</PV2>
        <PV3>string</PV3>
        <F>string</F>
        <L>string</L>
        <C>string</C>
        <CC>string</CC>
        <AC>string</AC>
        <P>string</P>
        <E>string</E>
        <K>string</K>
        <MA>string</MA>
        <IP>string</IP>
        <HK>string</HK>
        <O>string</O>
        <MN>string</MN>
        <VI>string</VI>
        <SR>string</SR>
        <NK>string</NK>
        <WR>string</WR>
        <MI>string</MI>
        <VMT>string</VMT>
        <VMI>string</VMI>
        <VMH>string</VMH>
        <CT>string</CT>
        <IGP>boolean</IGP>
        <TI>string</TI>
        <A1>string</A1>
        <A2>string</A2>
        <CY>string</CY>
        <ST>string</ST>
        <ZC>string</ZC>
        <CN>string</CN>
        <BD>boolean</BD>
      </ActInfo>
    </CL>
  </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>
    <CLResponse xmlns="http://www.ironspeed.com/AcS">
      <CLResult>
        <V>int</V>
        <S>boolean</S>
        <RC>int</RC>
        <M>string</M>
        <NK>string</NK>
        <WR>string</WR>
        <BC>int</BC>
      </CLResult>
    </CLResponse>
  </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 /AcS/Activate/ActivationServer.asmx HTTP/1.1
Host: acs.ironspeed.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>
    <CL xmlns="http://www.ironspeed.com/AcS">
      <ActInfo>
        <V>int</V>
        <PV2>string</PV2>
        <PV3>string</PV3>
        <F>string</F>
        <L>string</L>
        <C>string</C>
        <CC>string</CC>
        <AC>string</AC>
        <P>string</P>
        <E>string</E>
        <K>string</K>
        <MA>string</MA>
        <IP>string</IP>
        <HK>string</HK>
        <O>string</O>
        <MN>string</MN>
        <VI>string</VI>
        <SR>string</SR>
        <NK>string</NK>
        <WR>string</WR>
        <MI>string</MI>
        <VMT>string</VMT>
        <VMI>string</VMI>
        <VMH>string</VMH>
        <CT>string</CT>
        <IGP>boolean</IGP>
        <TI>string</TI>
        <A1>string</A1>
        <A2>string</A2>
        <CY>string</CY>
        <ST>string</ST>
        <ZC>string</ZC>
        <CN>string</CN>
        <BD>boolean</BD>
      </ActInfo>
    </CL>
  </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>
    <CLResponse xmlns="http://www.ironspeed.com/AcS">
      <CLResult>
        <V>int</V>
        <S>boolean</S>
        <RC>int</RC>
        <M>string</M>
        <NK>string</NK>
        <WR>string</WR>
        <BC>int</BC>
      </CLResult>
    </CLResponse>
  </soap12:Body>
</soap12:Envelope>