From HEXONET Wiki
(Created page with "{{Sidebar}} __NOTOC__ <h2>SOAP-Gateway</h2> This Realtime SOAP Gateway has been developed to provide an easy way to connect existing shopping cart and domain ordering system...") |
|||
(7 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
For more detailed information please have a look at the [[UserManuals#API_access | documentation]]. | For more detailed information please have a look at the [[UserManuals#API_access | documentation]]. | ||
+ | |||
+ | = SOAP HTTP call parameters: = | ||
<pre> | <pre> | ||
− | + | Server-/Proxy-URL: "http(s)://93.190.235.176:8080" (use Port 8082 for SSL access) | |
− | + | ||
− | + | ||
− | Server-/Proxy-URL: "http://93.190.235.176:8080" | + | |
Namespace/URI: "urn:Api" | Namespace/URI: "urn:Api" | ||
available Methods: “echo” / “xcall” | available Methods: “echo” / “xcall” | ||
+ | </pre> | ||
− | SOAP HTTPS (SSL) call parameters: | + | = SOAP HTTPS (SSL) call parameters: = |
− | + | <pre> | |
− | + | ||
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" | ||
available Methods: “echo” / “xcall” | available Methods: “echo” / “xcall” | ||
+ | </pre> | ||
To access the OTE please simply specify the API parameter "s_entity=1234" to your request. | To access the OTE please simply specify the API parameter "s_entity=1234" to your request. | ||
− | |||
+ | <headertabs/> | ||
<h2>XMLRPC-Gateway</h2> | <h2>XMLRPC-Gateway</h2> | ||
Latest revision as of 13:12, 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.
Server-/Proxy-URL: "http(s)://93.190.235.176:8080" (use Port 8082 for SSL access) Namespace/URI: "urn:Api" available Methods: “echo” / “xcall”
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.
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.