CyberSecurityBridge4Tool
Click here for a complete list of operations.
GetCertificate
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/GetCertificate" <?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> <GetCertificate xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/"> <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> <claimedRole xmlns="">string</claimedRole> <iat xmlns="">dateTime</iat> <exp xmlns="">dateTime</exp> </GetCertificate> </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> <GetCertificateResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/"> <CertificateResponse> <success xmlns="">boolean</success> <userCertificate xmlns="">base64Binary</userCertificate> <sessionId xmlns="">string</sessionId> <errorDescription xmlns="">string</errorDescription> <errorCode xmlns="">int</errorCode> <iat xmlns="">dateTime</iat> <exp xmlns="">dateTime</exp> </CertificateResponse> </GetCertificateResponse> </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> <GetCertificate xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/"> <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> <claimedRole xmlns="">string</claimedRole> <iat xmlns="">dateTime</iat> <exp xmlns="">dateTime</exp> </GetCertificate> </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> <GetCertificateResponse xmlns="https://wt2.aftersales.fiat.com/cybersecurity/types/"> <CertificateResponse> <success xmlns="">boolean</success> <userCertificate xmlns="">base64Binary</userCertificate> <sessionId xmlns="">string</sessionId> <errorDescription xmlns="">string</errorDescription> <errorCode xmlns="">int</errorCode> <iat xmlns="">dateTime</iat> <exp xmlns="">dateTime</exp> </CertificateResponse> </GetCertificateResponse> </soap12:Body> </soap12:Envelope>