I'm working with Apache SOAP v2.2
I need to create a SOAP service accepting String Array as Parameter.
Now how do I create my SOAP Client ?
For a normal Call parameter looks like this.
new Parameter("paramName",paramType,paramValue,action)
How do I create a my SOAP client to take a String[] as parameter ?
Any one can help me out ????
Regards
Kumar Raj