From HEXONET Wiki
Line 12: | Line 12: | ||
− | + | = SOAP HTTP call parameters: = | |
Server-/Proxy-URL: "http(s)://93.190.235.176:8080" (use Port 8082 for SSL access) | Server-/Proxy-URL: "http(s)://93.190.235.176:8080" (use Port 8082 for SSL access) | ||
Namespace/URI: "urn:Api" | Namespace/URI: "urn:Api" | ||
Line 18: | Line 18: | ||
− | + | = SOAP HTTPS (SSL) call parameters: = | |
Server-/Proxy-URL: "http://93.190.235.176:8082" | Server-/Proxy-URL: "http://93.190.235.176:8082" | ||
Namespace/URI: "urn:Api" | Namespace/URI: "urn:Api" |
Revision as of 13:11, 31 August 2012
SOAP-Gateway
This Realtime SOAP Gateway has been developed to provide an easy way to connect existing shopping cart and domain ordering systems to a user account of our system. The gateway consists of a SOAP server that accepts XML requests conforming to a defined syntax andconverts them into API calls. All incoming SOAP requests are processed immediately and a XML responseis generated and returned to the client.
As we only offer two SOAP methods: ping for testing, xcall for XIRCA requests, we do not provide a public WSDL file. All XIRCA commands can be obtained in the respective manuals.
For more detailed information please have a look at the documentation.
SOAP HTTP call parameters:
Server-/Proxy-URL: "http(s)://93.190.235.176:8080" (use Port 8082 for SSL access) Namespace/URI: "urn:Api" available Methods: “echo” / “xcall”
SOAP HTTPS (SSL) call parameters:
Server-/Proxy-URL: "http://93.190.235.176:8082" Namespace/URI: "urn:Api" available Methods: “echo” / “xcall”
To access the OTE please simply specify the API parameter "s_entity=1234" to your request.
</headertabs>
XMLRPC-Gateway
This Realtime XML-RPC Gateway has been developed to provide an easy way to connect existing shopping cart and domain ordering systems to a user account of our system. The gateway consists of a XML-RPC server that accepts XML requests conforming to a defined syntax and converts them into API calls. All incoming XML-RPC requests are processed immediately and a XML response is generated and returned to the client.
For more detailed information please have a look at the documentation.
XML-RPC HTTP call parameters: IP: 93.190.235.176 Port: 8081 Server-/Proxy-URL: "http://93.190.235.176:8081" available Methods: “Api.echo” / “Api.xcall” XML-RPC HTTPS (SSL) call parameters: IP: 93.190.235.176 Port: 8083 Server-/Proxy-URL: "http://93.190.235.176:8083" available Methods: “Api.echo” / “Api.xcall” To access the OTE please simply specify the API parameter "s_entity=1234" to your request.