I have a client application which has an XML stream marshalled from the application's
java data model. The problem is to send this XML stream to the server via
SOAP. The server is not running an application server.
I need to find a tutorial and/or toolset which will facilitate the wrapping of this XML body with a SOAP envelope and sending it to the server via http.
The problem is, I haven't found either tutorial or toolset which addresses SOAP apart from Web Services. W3C hasn't been too helpful.
Anyone have any suggestions?
John Davis