You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Kumar Raj <ku...@india.hp.com> on 2001/06/28 13:02:47 UTC

SOAP Client..

Hi !!!!

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





Re: SOAP Client..

Posted by Kumar Raj <ku...@india.hp.com>.
Hi all
I was able to figure out from the API doc that
we can pass the object itself as a parameter in the Parameter class.
Sorry for the unwanted trouble.

Regards
Kumar Raj



Kumar Raj wrote:

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