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?
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]
