I'm having trouble with the WS 'SelectDataXML' call. With the 'SelectDataRaw' call, I get stuff back as a comma-delimited dump, but just the values, not the field names. I was hoping with the XML call to have both, but as I tinker with the various options, at most I get only a dump of the values without any field names and, at worst, strange errors.
So my main question is, can someone give more direction on how to use the 'SelectDataXML' to get what I need (or a better way to get back an associative array with both field names and values)?
A second questions concerns the four parameters at the end of the call (IsSchema, IsRaw, IsElement, IsBase64). The WebServices API simply gives circular definitions of them. Can someone give a more complete explanation of what they are and when and how to use them--or else direct me to where they might be more thoroughly explained?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
beaverq
I'm having trouble with the WS 'SelectDataXML' call. With the 'SelectDataRaw' call, I get stuff back as a comma-delimited dump, but just the values, not the field names. I was hoping with the XML call to have both, but as I tinker with the various options, at most I get only a dump of the values without any field names and, at worst, strange errors.
This is the code snippet:
So my main question is, can someone give more direction on how to use the 'SelectDataXML' to get what I need (or a better way to get back an associative array with both field names and values)?A second questions concerns the four parameters at the end of the call (IsSchema, IsRaw, IsElement, IsBase64). The WebServices API simply gives circular definitions of them. Can someone give a more complete explanation of what they are and when and how to use them--or else direct me to where they might be more thoroughly explained?
Thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.