You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vasile Boris <va...@yahoo.com.INVALID> on 2015/04/20 10:24:10 UTC

Send custom JMS Header with axis2

Hello,
We have a webservice that is used to send messages over JMS between two installations of the same application. We generate axis2 webservice client with axis2-wsdl2code-maven-plugin from our wsdl file. We are using Tibco and messages are sent through a topic.We need to send a JMS header like bellow
    SoapAction  "Custom value"

Is there any solution for this?
Regards,Boris