Provides a User Interface for testing services known to the Web service client.
Use this to see what is happening under the hood when you use wsclient to talk to a remote service.
As of 2013-03. No further development will happen in this sandbox
First set up a web service using a WSDL or manual entry.
Visiting the web service client management page
(/admin/config/services/wsclient/{service})
you will find a 'Test' button added to the available 'Operations'.
Using that will present a webform exposing fields derived from the WSDL and somewhat emulating the data structure that is expected to make up a service request.
Executing that request will then display the request that is being made (in raw form with headers and payload) and the response that came back, also displaying the response headers and response data or message if any.
If you have devel.module enabled, a rendered dump of the data structure (PHP objects constructed by the wsclient) will also be displayed.