Hi axi2 guru, I am trying to use Soap over Jms with Axis2. I manage to generate the java client with the wsdl2java tool and to send the message over the jms server.
Now I have a problem on the server side. The server is expecting the following information in the jms message header: Content_Type = application/xml; charset="utf8" Mime_Version = 1.0 Without this information the server will not dispatch the message to the server. Does anyone of you knows how to change the header of the jms message before sending the request? Does anyone of you guys know how to change the soap action before sending the reuest? Thanks a lot in advance. Fabio
