473,320 Members | 1,974 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

VB6 using dataset object returned from a Web Service

Hi

I am writing a VB6 program which uses the SOAP toolkit to make a method call
on a Web Service. It all works fine, but the returned data is in the form of
a Dataset, which it seems has no corresponding object in VB6.

I have got as far as working out that a Dataset is actually an XML NodeList,
and even managed to find some code which purports to be able to convert a
Dataset into an ADO Recordset, provided only one table is involved in the
return. Unfortunately this doesn't seem to work as advertised, failing
because the XPath which defines where the table should be found uses an
undefined namespace - I checked the error message on MSDN and found a
suggestion for explicitly setting properties of the DOM document to
reference the namespace in question, but I am not working with a DOM
document, only a standalone NodeList object, and that does not have a
SetProperties method...

Does anyone recognise this scenario, and can anyone offer advice?

Regards

--Jim.
Jul 17 '05 #1
0 3858

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Programatix | last post by:
Hi, I'm working on a project which includes WebServices and Windows Form application. The Windows Form application will call the WebServices to retrieve data from database. The data will be...
19
by: Adam Short | last post by:
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not...
1
by: Joseph R. Thomas | last post by:
hi, i am utilizing a web service in a C# windows application for a smart client. there is a method public int ValidateUser(string userName, string password) { object results =...
0
by: josephrthomas | last post by:
hi, i am utilizing a web service in a C# windows application for a smart client. there is a method public int ValidateUser(string userName, string password) { object results =...
6
by: Mike P | last post by:
I have written a simple web service that basically takes a value input by a user and returns a dataset with all related data found in a database. In my client app use this code to get the data...
8
by: John | last post by:
Hi I need to be able to call a web service method, receive the dataset that web method returns and store it in an access table. My problem is that I don't know how to "receive" a complex type...
2
by: David York | last post by:
I have created a web service that access a database and retrieves record then returns them as a dataset. I am having a problem coding a client application to use the dataset. Here is the relevent...
7
by: samoore | last post by:
I have found two or three places where it states that to update an item in a dataset, all I have to do is do DataSet.Tables.Rows.ItemArray = "String". When I attempt to do this it does not work. ...
11
by: casucci | last post by:
I do a return as XMLDataDocument in my webservice but it returns not with the namespaces etc in them. Anyone have and example where I can have the webservice return it as a XML. C# preferred....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.