You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Vinod Soni <vi...@btinternet.com> on 2001/11/30 14:09:07 UTC

How to set name and multi param for a parameter

Can someone help me with this too ?

How can I code my soap client so that the XML envelope sent to the server contains something like this:

<ATTRIBUTE name='attribute1' type='type1' multi='yes'>value1;value2</ATTRIBUTE>

I was able to do something like this:

<ATTRIBUTE type='type1' >value1</ATTRIBUTE>

How to code to make it look like something shown first ?

TIA
Vinod.