|
-
July 4th, 2002, 10:54 AM
#1
MSSOAP Toolkit 2, Arrays and Mappers.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|