Documentation for SOAP/JSON-RPC Adapter |
Overview |
---|
This tool enables JSON-RPC clients to use SOAP Web services: The client sends regular JSON-RPC requests to the adapter. The adapter will convert these to SOAP requests and invoke the Web service. The SOAP responses from the Web service will be converted to JSON-RPC responses by the adapter and sent back to the client. The adapter in its current state functions with SOAP 1.1 and JSON-RPC 2.0 protocol versions. An adapter is specific per WSDL and therefore per Web service. |
Usage |
---|
|
Code Stubs |
---|
There are code stubs for rapid application development available in the following languages: |
|