Setting output parameter in WSDL which is used by a web service
553645Jan 23 2008 — edited Jan 28 2008Dear Friends,
I have used a wsdl and xsd file to create a web service. The web service is working fine with 1 input and 1 output parameter. I have defined multiple output parameters and since i only have the following in the web service function:
return result;
It only sets the first output parameter. I dont know how to set the other parameters?
I will highly appreciate if anyone can assist in this.
Thanks,
Zee