Sample programs, tutorials

Login parameters (username and password) are the same as in iTrack system. For demo account please contact our Customer Service

PHP sample

Here is a simple php code which uses the SoapClient to retrieve data from iTrack default web service.
You can test it, or download the code

C# sample

This sample is a Microsoft Visual C# 2008 console application, uses a code that generated directly from wsdl by the IDE. You can download the whole project, including the built executables in zip format.

Java sample

This sample uses a client stub that generated from wsdl by the Apache Axis2. The zip file contains the source files, and the readme file, that describes how to compile and run the demo program.