CoPilot Integration
Overview
This page provides a detailed description with examples of how to use the EIP Web Services (WS) to integrate with the CoPilot services. This integration will use 4 EIP WS.
The IdentityType value for Scanning integration is: CPLT
The WSDL for these web services is located here:
Outgoing Web Services
We recommend using the Omnitracs URL: https://eipws.omnitracs.com/eipWebWS/EIPOutMsgSvcs1.0?WSDL for all your new development.
Message XSD: https://eipws.omnitracs.com/eipWebWS/EIPOutMsgSvcs1.0?WSDL&type=XSD&file=schema:05f2c9f1-e084-4ddc-9c11-cf6a93a262ee
Base EIP XSD: https://eipws.omnitracs.com/eipWebWS/EIPOutMsgSvcs1.0?WSDL&type=XSD&file=schema:35eb87c3-35b8-4414-aa0c-e312d0cff951
Incoming Web Services
We recommend using the Omnitracs URL: https://eipws.omnitracs.com/eipWebWS/EIPInMsgSvcs1.0?WSDL for all your new development.
Message XSD: https://eipws.omnitracs.com/eipWebWS/EIPOutMsgSvcs1.0?WSDL&type=XSD&file=schema:05f2c9f1-e084-4ddc-9c11-cf6a93a262ee
Base EIP XSD: https://eipws.omnitracs.com/eipWebWS/EIPOutMsgSvcs1.0?WSDL&type=XSD&file=schema:35eb87c3-35b8-4414-aa0c-e312d0cff951
The available CoPilot methods are:
Errors and Success Messages
The EIP Web Services responses will include detail information of any errors or warnings. Errors in which case no processing can occur will be immediately returned to the client as SoapFault. In case of other errors the web service methods will send collection of errors and/or warnings . These are covered for each method on the method's name link.