Its really simple. use http://server.com/axis2/services/serviceName/opName
Paul On 1/12/07, Giuseppe Sarno <[EMAIL PROTECTED]> wrote:
Hi Thanks, I can't rely on the SOAPAction but the URL seems to be the right one. Do you have or know where I can find any example ? Regards. Giuseppe. -----Original Message----- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: 12 January 2007 14:50 To: [email protected] Subject: Re: Axis2 and Pure messaging. Giuseppe Yes it is completely possible. The operation can be decided by a number of things, for example the URL or the SOAPAction. So you can easily have any message body. The RawXML message receiver implements this, or you can use the -d none option on WSDL to Java. The WSDL for this simply defines the message as xsd:any. Paul On 1/12/07, Giuseppe Sarno <[EMAIL PROTECTED]> wrote: > > > > 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. -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
