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
  • Clients can send JSON-RPC requests to the adapter at

    http://yoursite/adaptername/request/

  • This page lists all the operations offered by this Web service with their parameters. It should make it easier for clients to create JSON-RPC requests.

Code Stubs
There are code stubs for rapid application development available in the following languages: