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
One never specifies the parameters in the Deployment Descriptor file. Instead just specify the name of the mehtod... SOAP looks for the name and not the parameters of the methos of deployed web services. Nisha