I need to implement a message style web service in Axis2. In Axis1 wsdd, this would be a web service declared with
<service name=xxx style="message">
How do I declare the equivalent web service in Axis2? In addition, I will expect that WS-Addressing headers will be sent and received. From reading the Axis2 documentation, it looks like the <actionMapping> element is used to map an action header value to an operation name. In my case I want Axis2 to always send me the body of the message. I do not want Axis2 to try and determine which operation is being invoked, I want it to send the message to a specific method all the time, as a message style service did in Axis1.
I'm doing this because my service is mapping web service invocations of operations to another form of invocation on non-Java objects.
Thanks
- Axis1 style="message" in Axis2? David Melgar
- Re: Axis1 style="message" in Axis2? Anne Thomas Manes
- Re: Axis1 style="message" in Axis2? David Melgar
- RE: Axis1 style="message" in Axis... Bhatra, Junaid
- Re: Axis1 style="message" in Axis... David Illsley
- Re: Axis1 style="message" in ... David Melgar
- Re: Axis1 style="message"... Ajith Ranabahu
- Re: Axis1 style="message&... David Melgar
