jd19211
8 years agoNew Contributor
How to pass string to array type
Hi, I have a XML where I need to add parameter in form of string to array. <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xm...
- 8 years ago
That's the solution, hope it helps somebody.
<request xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:normalizedString[1]"><item xsi:type="xsd:normalizedString">AVIMAGE</item></request>