On Thu, Jun 12, 2008 at 9:42 PM, jaybytez <[EMAIL PROTECTED]> wrote: > > I just have a quick question on a piece of Axis2 that I am not > understanding. > If I have a WSDL with multiple operations and I create an instance of > ServiceClient using the default constructor, not the constructor that > passes > in the service name and the port name...which means I have using the > ServiceClient to invoke my service anonymously. And I call the sendReceive > method that just takes the body of the request, then how does the > ServiceClient know which operation to call in the WSDL?
can you post the request? It may use the SoapBodybased dispatching. i.e. Axis2 check whether there is an operation which has an input element as given in your request. thanks, Amila. > > > Thanks -jay > -- > View this message in context: > http://www.nabble.com/Anonymous-ServiceClient---How-Does-it-Know-Which-Operation-to-Invoke-tp17803775p17803775.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Amila Suriarachchi, WSO2 Inc.
