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 Giuseppe Sarno <gs...@nortel.com> on 2007/01/12 15:48:02 UTC

RE: Axis2 and Pure messaging.

Sorry I meant "messaging style" :-)

________________________________

From: Sarno, Giuseppe (MOP:GM15) 
Sent: 12 January 2007 14:45
To: axis-user@ws.apache.org
Subject: Axis2 and Pure messaging.



Hi, 
I was looking if was possible to use Axis2 to implement a messing style
web service where 
The Soap body is not known at compile time. 

This way the client can send multiple or different XML messages (with
different root) and the same Interface on the Server side is called.

So far from what I understood the root of the SOAP body is fixed by the
operation I want to use. 

Does anyone knows if what I'm trying to do it's possible ? 

Thanks.