Re: Deployment question

2003-04-01 Thread Scott Nichol
The id is the TargetObjectURI in the client request. That value is used by the server to determine the provider and Java class to use to service the call. The method being called is not used to resolve the provider or class. The SOAPAction header is not used at all. It does not have to be th

Deployment question

2003-02-16 Thread Jesus M. Salvo Jr.
Within a deployment descriptor, why is that you can only have one "provider" node under the same id? What can I do if I want different classes to service different methods under the same id, like this: http://xml.apache.org/xml-soap/deployment"; id="urn:myid" type="message">