|
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. |
