This is not supported out of the box by Axis2. This is a typical case where you would implement a Web service mediation, i.e. create a new service that transforms requests and responses to/from the target service. You can e.g. use Apache Synapse to achieve this.
Andreas On Tue, Feb 3, 2009 at 17:43, rabelenda <[email protected]> wrote: > > Is there any way to make a request from a browser to a webservice and specify > in the GET or POST parameters values for attributes of soap headers? i.e.: > in the following format: > http://localhost:8080/app/services/MyService/myOp?headAttribute1=val1&headAttribute2=val2&myOpParam1=val3. > -- > View this message in context: > http://www.nabble.com/SOAP-Header-from-Browser-tp21813685p21813685.html > Sent from the Axis - User mailing list archive at Nabble.com. > >
