Use the RawXMLMessageReceiver.

On 7/25/06, David Melgar <[EMAIL PROTECTED]> wrote:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to