Skip to main content
Omnitracs Knowledge Base

TTIA Configuration Webservice Integration

Overview

This page provides a detailed description with examples of how to use the TTIA Configuration Web Services (WS). This integration will use 1 configuration webservice.

The IdentityType value for TTIA configuration is: VM

The WSDL for these web services is located here:

Web Service

WSDL: https://cfgws.myqualcomm.com/eipWebWS/EIPInCfgWebSvcs1.0?wsdl

Configuration Request XSD: https://cfgws.omnitracs.com/eipWebWS/EIPInCfgWebSvcs1.0?WSDL&type=XSD&file=schema:56b3d91e-3a9a-41f4-836d-9e9b4110a7bb

Resource XSD: https://cfgws.omnitracs.com/eipWebWS/EIPInCfgWebSvcs1.0?WSDL&type=XSD&file=schema:2914874f-bbef-495a-8a83-ee8b2aa63385

Base XSD: https://cfgws.omnitracs.com/eipWebWS/EIPInCfgWebSvcs1.0?WSDL&type=XSD&file=schema:19f4f5ae-b868-47d7-a4e1-f5f547bf1f86

Payload XSD: https://cfgws.omnitracs.com/ttiatpmpayload.xsd

The available TTIA configuration methods are:

Errors and Success Messages

The TTIA Configuration 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.

Exceptions

0000 - There was a problem with the request, either the XML was invalid, or no soap operation was found.

0001 - Too many web service calls too quickly. Make the request later.

0002 - An Internal Error Occurred when trying to process the request. Please try again later.

0003 - Authentication Failed. Check the user credentials

0004 - User is not authorized to this functionality.

0005 - WSSE Header Block missing or invalid

  • Was this article helpful?