Re: deployment descriptor help

2002-07-24 Thread Scott Nichol
> how would I individually specify that purchasOrder really is > purchaseOrder(String, int, boolean[]), bustedRequest really is > bustedRequest(int, int, boolean), etc? Isn't this necessary for proper > publishing of a service so that when service discovery happens, the > discoverer knows what to

Re: deployment descriptor help

2002-07-24 Thread Nishant_Awasthi
AIL PROTECTED]> cc: (bcc: Nishant Awasthi) 07/24/2002Subject: deployment descriptor help 02

deployment descriptor help

2002-07-24 Thread Robert Goodman
I am somewhat new to SOAP, so bear with me... I understand that the service I am deploying on the backend has interface methods. I understand how to specify those methods in the DeploymentDescriptor.xml. What I do not know is how to supply the type definitions of the parameters of those methods