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