Byte Array - Soap (OpenInsight 32-bit Specific)
At 27 APR 2010 03:01:58PM Terry Rainville wrote:
Trying to send XML data to a web service using SOAP.
Byte array is a data type generated by Soap to conform with the interface. OpenInsight needs to supply a compatible data type through OLE.
Does anyone know how to make this work?
At 27 APR 2010 08:58PM Bob Carten wrote:
when I run into a datatype whihc is not supported by the ole control I use the generic scripting control plus AddCode, AddObject to create and return things like safe arrays.
I believe soap standard expects base64 encoded data, so the raw byte array will not be enough, though. I vaguely recall google pointing to an example of using an ADO recordset plus the toArray method to get what you will need.
- Bob