ProteanPDA
Click here for a complete list of operations.
EquipmentAdd
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 /ProteanPDA/ProteanWebService.asmx HTTP/1.1
Host: az.protean.hftforklifts.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.proteansoftware.co.uk/ProteanPDA/ProteanWebService/EquipmentAdd"
<?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>
<EquipmentAdd xmlns="http://www.proteansoftware.co.uk/ProteanPDA/ProteanWebService">
<ApplicationID>string</ApplicationID>
<UserName>string</UserName>
<Password>string</Password>
<DeviceName>string</DeviceName>
<CompanyID>int</CompanyID>
<Domain>string</Domain>
<ErrorNumber>int</ErrorNumber>
<ErrorMessage>string</ErrorMessage>
<JobID>int</JobID>
<VisitDate>string</VisitDate>
<MakeModelID>int</MakeModelID>
<SiteID>int</SiteID>
<SerialNo>string</SerialNo>
<SiteEquipID>string</SiteEquipID>
<UserRef1ID>int</UserRef1ID>
<UserRef2>string</UserRef2>
<Notes>string</Notes>
<Condition>int</Condition>
<LocationID>int</LocationID>
<Location>string</Location>
<Equip>string</Equip>
<SvcTypes>string</SvcTypes>
<Make>string</Make>
<Model>string</Model>
<EquipCatID>int</EquipCatID>
<EquipTypeID>int</EquipTypeID>
<EquipSubTypeID>int</EquipSubTypeID>
<EquipID>int</EquipID>
<FailureMessage>string</FailureMessage>
<UserRef3>string</UserRef3>
<UserRef4>string</UserRef4>
</EquipmentAdd>
</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>
<EquipmentAddResponse xmlns="http://www.proteansoftware.co.uk/ProteanPDA/ProteanWebService">
<EquipmentAddResult>boolean</EquipmentAddResult>
<ErrorNumber>int</ErrorNumber>
<ErrorMessage>string</ErrorMessage>
<MakeModelID>int</MakeModelID>
<LocationID>int</LocationID>
<EquipID>int</EquipID>
<FailureMessage>string</FailureMessage>
</EquipmentAddResponse>
</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 /ProteanPDA/ProteanWebService.asmx HTTP/1.1
Host: az.protean.hftforklifts.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>
<EquipmentAdd xmlns="http://www.proteansoftware.co.uk/ProteanPDA/ProteanWebService">
<ApplicationID>string</ApplicationID>
<UserName>string</UserName>
<Password>string</Password>
<DeviceName>string</DeviceName>
<CompanyID>int</CompanyID>
<Domain>string</Domain>
<ErrorNumber>int</ErrorNumber>
<ErrorMessage>string</ErrorMessage>
<JobID>int</JobID>
<VisitDate>string</VisitDate>
<MakeModelID>int</MakeModelID>
<SiteID>int</SiteID>
<SerialNo>string</SerialNo>
<SiteEquipID>string</SiteEquipID>
<UserRef1ID>int</UserRef1ID>
<UserRef2>string</UserRef2>
<Notes>string</Notes>
<Condition>int</Condition>
<LocationID>int</LocationID>
<Location>string</Location>
<Equip>string</Equip>
<SvcTypes>string</SvcTypes>
<Make>string</Make>
<Model>string</Model>
<EquipCatID>int</EquipCatID>
<EquipTypeID>int</EquipTypeID>
<EquipSubTypeID>int</EquipSubTypeID>
<EquipID>int</EquipID>
<FailureMessage>string</FailureMessage>
<UserRef3>string</UserRef3>
<UserRef4>string</UserRef4>
</EquipmentAdd>
</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>
<EquipmentAddResponse xmlns="http://www.proteansoftware.co.uk/ProteanPDA/ProteanWebService">
<EquipmentAddResult>boolean</EquipmentAddResult>
<ErrorNumber>int</ErrorNumber>
<ErrorMessage>string</ErrorMessage>
<MakeModelID>int</MakeModelID>
<LocationID>int</LocationID>
<EquipID>int</EquipID>
<FailureMessage>string</FailureMessage>
</EquipmentAddResponse>
</soap12:Body>
</soap12:Envelope>