Re: method selection for service

2007-11-08 Thread delapenajs
1/09/2007 02:55 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: method selection for service On Nov 9, 2007 2:29 AM, Jeff Greif <[EMAIL PROTECTED]> wrote: > 1. How are in services.xml associated with methods of > the service implementation clas

Re: method selection for service

2007-11-08 Thread Amila Suriarachchi
On Nov 9, 2007 2:29 AM, Jeff Greif <[EMAIL PROTECTED]> wrote: > 1. How are in services.xml associated with methods of > the service implementation class? operation name should be equals to the java method name. > > 2. Suppose a RawXMLInOutMessageReceiver is used for the service, and > the servic

Re: method selection for service

2007-11-08 Thread Nadir Amra
Jeff, I can answer some of your questions with the caveat that all my work is based on POJOs (plain old java objects) as Web services. The element just lists the services. There are things you can do on a per-operation basis and that is given in the XML schema at http://svn.apache.org/view

method selection for service

2007-11-08 Thread Jeff Greif
1. How are in services.xml associated with methods of the service implementation class? 2. Suppose a RawXMLInOutMessageReceiver is used for the service, and the service impl class exposes just one public method with the appropriate OMElement methodName(OMElement) signature. Will all requests d