I have a method I'd like to expose in a web service. The method takes about 5 parameters, all of which are optional in the normal life cycle of the method. I'm not sure however, if you can specify optional parameters in a web service method using SOAP.
Does anyone know if this is possible? If so, do you have an example of how you'd go about it with the WSDL and the actual method with a Hello World type example?
Thanks.
Start Free Trial