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