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

Reply via email to