You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Forden, David Keith" <Da...@epiqus.com> on 2001/03/14 09:50:35 UTC

Implementing a simple JMS transport for SOAP RPC

We have a message transport library which is implemented on JMS and does
everything wee need right now. We want to use SOAP RPC formatted requests
and responses as the message payloads within some of our JMS messaging
scenarios. 

I have been looking at the implementation classes and the examples for the
SOAP RPC calls in the API and I cannot establish how to obtain a fully SOAP
encoded XML document (Envelope, Header and Body elements etc..) as an XML
string. I tried using the Call.toString() method first but the format of the
output is not XML.. I also tried using a couple of other toString() methods.
There doesn't seem to be any toXML() or similar method on any of the
interfaces.

Does anyone know how to do this ?

Dave