1. Java integration
Java integration is possible through REST protocol. GSON 2.8.2 Google library can be used for processing JSON data.
GSON 2.8.2 can be download here: http://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.2/.
GSON source code can be find here: https://github.com/google/gson.
Ejemplos:
Public certificate verification and information (VerifyCer)
2. .NET native integration
Samples compiled using .NET FRAMEWORK 4.5.2
In both cases, REST and SOAP, it is necessary to check that .NET components references are properly included.
REST connection
REST C# client connection
REST VB client connection
SOAP connection
SOAP C# client connection
SOAP VB client connection
3. Javascript/jQuery integration
Embedded web sample, IT IS REQUIRED that jQuery is declared as $ because the calls are made as $.ajax().
4. PHP/Curl integration
Sample executable from terminal o web, IT REQUIERES CURL extension.