CyberSecurityBridge4Tool


Click here for a complete list of operations.

TrackResponse

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 /CyberSecurityBridge4Tool.asmx HTTP/1.1
Host: test-cybersecurity-diagnosi.maserati.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://wt2.aftersales.fiat.com/cybersecurity/tools/TrackResponse"

<?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>
    <TrackResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/">
      <userCertificate xmlns="">base64Binary</userCertificate>
      <sessionId xmlns="">string</sessionId>
      <authResult xmlns="">boolean</authResult>
      <userId xmlns="">string</userId>
      <client xmlns="">string</client>
      <SAML xmlns="">base64Binary</SAML>
      <market xmlns="">string</market>
      <culture xmlns="">string</culture>
      <dealerCode xmlns="">string</dealerCode>
      <VIN xmlns="">string</VIN>
      <Frames>
        <RequestFrames xmlns="">base64Binary</RequestFrames>
        <ResponseFrames xmlns="">base64Binary</ResponseFrames>
      </Frames>
      <Frames>
        <RequestFrames xmlns="">base64Binary</RequestFrames>
        <ResponseFrames xmlns="">base64Binary</ResponseFrames>
      </Frames>
      <iat xmlns="">dateTime</iat>
      <exp xmlns="">dateTime</exp>
    </TrackResponse>
  </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>
    <GetTrackResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/">
      <TrackResponseResponse>
        <errorDescription>string</errorDescription>
        <errorCode>int</errorCode>
        <success xmlns="">boolean</success>
        <iat xmlns="">dateTime</iat>
        <exp xmlns="">dateTime</exp>
      </TrackResponseResponse>
    </GetTrackResponse>
  </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 /CyberSecurityBridge4Tool.asmx HTTP/1.1
Host: test-cybersecurity-diagnosi.maserati.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>
    <TrackResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/">
      <userCertificate xmlns="">base64Binary</userCertificate>
      <sessionId xmlns="">string</sessionId>
      <authResult xmlns="">boolean</authResult>
      <userId xmlns="">string</userId>
      <client xmlns="">string</client>
      <SAML xmlns="">base64Binary</SAML>
      <market xmlns="">string</market>
      <culture xmlns="">string</culture>
      <dealerCode xmlns="">string</dealerCode>
      <VIN xmlns="">string</VIN>
      <Frames>
        <RequestFrames xmlns="">base64Binary</RequestFrames>
        <ResponseFrames xmlns="">base64Binary</ResponseFrames>
      </Frames>
      <Frames>
        <RequestFrames xmlns="">base64Binary</RequestFrames>
        <ResponseFrames xmlns="">base64Binary</ResponseFrames>
      </Frames>
      <iat xmlns="">dateTime</iat>
      <exp xmlns="">dateTime</exp>
    </TrackResponse>
  </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>
    <GetTrackResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/">
      <TrackResponseResponse>
        <errorDescription>string</errorDescription>
        <errorCode>int</errorCode>
        <success xmlns="">boolean</success>
        <iat xmlns="">dateTime</iat>
        <exp xmlns="">dateTime</exp>
      </TrackResponseResponse>
    </GetTrackResponse>
  </soap12:Body>
</soap12:Envelope>