Hi,
I want to work with array of strings using MSSOAP Toolkit 2.
My problem is to get the right mapper.
I do somethingl like:
Dim node As IXMLDOMNode
Set node = ... ' The Match XML*
Set mArrayMapper = mFactory.getMapper(enXSDarray, node)

...

mArrayMapper.write pSoapSerializer, bstrEncoding, encodingMode, lFlags, arr

It does not work.

* The match XML is:
<complexType name="ArrayOfString">
<complexContent>
<restriction base="senc:Array">
<attribute ref="senc:arrayType" wsdl:arrayType="string[]"/>
</restriction>
</complexContent>
</complexType>


Does anybody know how to make it work?
Does anybody can give me an example (for wsdl file AND how the script code looks like)???

Does anybody know if I can create byte array instead of array of strings?
Thanks,
Tal.