I don't think Axis can dispatch the call for you. With message style, you've told Axis that you're effectively handling the SOAP message yourself (though Axis allows you to use one of several method signatures), consequently, you'll have to do the dispatching.
This is my reading of the situation, though I haven't looked into it in detail.
Tony
"Eyad Garelnabi" <[EMAIL PROTECTED]> wrote on 03/12/2004 18:50:07:
>
>
> You mean have a gateway method that would parse the message and then
> route it to the appropriate method to handle it? Yeah...that would
> be a way to do it. Isn't there a way to send from the client
> directly to the required method though?
>
>
> -----Original Message-----
> From: WAJSBERG Julien RD-BIZZ [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 03, 2004 12:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Multiple methods in a single web service (message style)
>
> Eyad Garelnabi a écrit :
>
> > Hi,
> >
> > I'm interested in having the client call one of two (or three) methods
> > that are within the same web service. I'm using currently using
> > "message style" webservices and through the research I've done so far
> > it seems to me that with message style I can't have multiple methods
> > in a single web service (only one service per one method). Is this
> > true? If not, any ideas on how it's done?
> >
> Your method implementing the message-style service should dispatch the
> calls to your two or three methods, depending on the message's content.
>
> --
> Julien
>
- Multiple methods in a single web service (message ... Eyad Garelnabi
- Re: Multiple methods in a single web service ... WAJSBERG Julien RD-BIZZ
- RE: Multiple methods in a single web service ... Eyad Garelnabi
- tony . q . weddle