soapenc:Array and php
[email protected] (Mike Bloom)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I'm looking for any documention relating to how to send a soap request
under php5 with an embedded xsd string array that looks like this:
<soapenc:Array id="blah" soapenc:arrayType="xsd:string[1]">
<Item>
Arbitraryidentifierstring
</Item>
</soapenc:Array>
Thanks in advance !
Mike