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 Nick Uychaco <ni...@packetstream.com> on 2001/05/15 00:01:29 UTC

how to use arrays in paramter

Can i use an array of Stings or my own objects in soap method?

boolean methodA(String[] s);


how do i describe the array in my client?

      // formulate the parameters
      Vector params = new Vector();

      params.addElement(new Parameter("strings", String[]??????.class,
                                      vpMsg, null));