Documentation

General XML, JSON and SOAP Overview


Introduction

We offer a very simple, structured XML API, which can also return a JSON response. We also offer a SOAP API, which is a superset of the XML API, using the same format of results, wrapped in a SOAP response.

The primary focus of the documentation in this section is aimed at users of the XML and JSON API; SOAP users generally would use the SOAP API as an external web service, using an IDE such as Visual Studio which creates classes to de-serialize the SOAP responses.

Accessing the XML and JSON API

The XML and JSON API is available:-

https://api.t2a.io/rest

Accessing the SOAP API

The SOAP XML API is available:-

https://api.t2a.io/soap

.NET developers using Visual Studio should use the above location when adding web services to their projects. A WSDL is available.

Next: A JavaScript Key