Emma Johansson wrote:

> I would like to send different parameters to the server. These
> parameters should be able to have several values.
> I mean, my program should modify a register that contains name, phone
> number, email, address etc. As some people have more than one email
> address they should be able to fill them in, but the program should
> accept this element to be empty as well.
> Can you please tell me how to do.

  Some here will disagree with my thought, but you may want to just send
your data to the server as an XML string. This will allow you to use
several email addresses, not put in the empty values into the xml file,
etc. Otherwise you are sending arrays of strings for the attributes that
can be multiple.

  I use java2wsdl to generate the wsdl file and wsdl2java to create my
stubs. <g>

Reply via email to