Archive of UserLand's first discussion group, started October 5, 1998.
XML-RPC in ASP: Request for assistance
Author: David Carter-Tod Posted: 6/10/1999; 9:22:14 AM Topic: XML-RPC in ASP: Request for assistance Msg #: 7173 Prev/Next: 7172 / 7174
Here's a clearer rephrasing of what I was trying to find out the other day:What's the significance of the
tag? How do I deal with other data types not in the spec (first one in each pairing is the VB VarType, second is my suggested XML-RPC encoding):
- Empty (uninitialized)
empty?
- Null (no valid data)
empty?
- Long integer
?
- Single-precision floating-point number
or ?
- Currency
?
- Automation object
I'm particularly interested in detecting the Visual Basic Dictionary (maps to a). I can detect an Automation Object, but am not sure what to do next.
- Variant (used only with arrays of Variants)
Not even sure what this is
- A data-access object
If this is a record set, then I guess I pass it as anof 's?
- Byte
? TIA
David
There are responses to this message:
- Re: XML-RPC in ASP: Request for assistance, Jim Roepcke, 6/10/1999; 9:59:22 AM
- Re: XML-RPC in ASP: Request for assistance, André Radke, 6/10/1999; 11:23:42 AM
This page was archived on 6/13/2001; 4:50:41 PM.
© Copyright 1998-2001 UserLand Software, Inc.