Client Download
The clients can be downloaded as a client bundle here. The bundle contains clients for 3 different languages in five different flavours for the PTV xServer:
- Java SOAP
SOAP (Simple Object Access Protocol) is a protocol specification for exchanging structured information in the context of Web services. XML is used for definition of the message format, and it is based on other application layer protocols, like Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP).
- Java JSON
JSON (JavaScript Object Notation) is an open standard format for which human-readable text is used to transmit information consisting of attribute–value pairs. It is the first-address data format used for asynchronous browser/server communication (AJAX).
- C# SOAP
- C# JSON
- Javascript (JSON only)
The JSON variants for Java and C# are based on OpenAPI documents. Please note, that the client-bundle now includes clients generated
by OpenAPI Generator. To work properly the generator needed some patches, which are not yet part of the original code base.
Thus, you won't get the same results using a current version of OpenAPI Generator. For convenience the clients generated
with Autorest are still available in the
deprecated
subfolders. These are intended to be removed in one of the
upcoming releases.
All clients of PTV xServer can also be found in the subdirectory client-bundle of the PTV xServer's installation directory. The clients are backward compatible but we recommend using the client-bundle with the same version as your PTV xServer.
Java - SOAP & JSON | find out more |
C# - SOAP & JSON | find out more |
Javascript | find out more |