Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing DataSet across Web Service
Message
From
12/10/2003 13:00:10
 
 
To
12/10/2003 12:56:09
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00837848
Message ID:
00837916
Views:
32
>OK, now I'm confused ... why do you mention VFP's CursorToXML()?? I thought this was all .NET ...

The Web Service, ASP.NET WS, is only a wrapper. There isn't any data query at that level. It fires an XML request to a VFP server. So, that VFP server is doing all that data query and sends back to the WS an XML string.

At that level, without changing anything at the WS level, the .NET client is receiving an XML string. The .NET client can then do the ImportXML() call to turn it into a DataSet. That part is working. But, we need to do the same conversion at the WS level. So, instead of returning an XML string, we are now returning a DataSet. However, doing the same approach at the WS level makes the client not able to view the data anymore. That assumes the client is now reading directly a DataSet and doesn't do any conversion as this is now done at the WS level. The WS has a new method. So, the previous method which returns an XML string still exists for specific users. Those who wish to have a DataSet can now call a new method.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform