nastfsecurityregistry.org


Click here for a complete list of operations.

ALOA

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
manufacturerCode:
vin:
lsid:
passcode:
transactionType:
languageCode:

SOAP

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

POST /aloa/aloaServer.php HTTP/1.1
Host: somehost.org
ontent-Type: application/soap+xml; charset=utf-8; action=""
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<env:envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://DefaultNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
  <env:body>
    <ns1:verifylocksmith env:encodingstyle="http://www.w3.org/2003/05/soap-encoding">
      <manufacturercode xsi:type="xsd:string">string<manufacturercode>
      <vin xsi:type="xsd:string">string<vin>
      <transactiontype xsi:type="xsd:long">long<transactiontype>
      <lsid xsi:type="xsd:string">string<lsid>
      <passcode xsi:type="xsd:long">long<passcode>
      <languagecode xsi:type="xsd:string">string<languagecode>
    <ns1:verifylocksmith>
  <env:body>
<env:envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://nastfsecurityregistry.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
  <env:Body xmlns:rpc="http://www.w3.org/2003/05/soap-rpc">
    <ns1:verifyLocksmithResponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
      <rpc:result>verifyLocksmithReturn<rpc:result>
      <verifyLocksmithReturn xsi:type="ns1:AloaReturnType">
        <transactionId xsi:type="xsd:long">long<transactionId>
        <responseCode xsi:type="xsd:long">long<responseCode>
        <responseText xsi:type="xsd:string">string<responseText>
        <fatalError xsi:type="xsd:boolean">boolean<fatalError>
      <verifyLocksmithReturn>
    <ns1:verifyLocksmithResponse>
  <env:Body>
<env:Envelope>