Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The behavior of DataSet.GetXml()
Message
From
10/01/2006 16:38:22
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
The behavior of DataSet.GetXml()
Miscellaneous
Thread ID:
01085392
Message ID:
01085392
Views:
66
In one Web Service I am converting, I need to convert the XML data being returned originally from a VFP CursorToXml() from native .NET code.

When the .NET Web Service was making use of VFP to return the data, VFP was preparing the XML by the use of CursorToXml() which was making it ready for a VFP client to use XmlToCursor() and have the data ready for browse, for example. This XML was also including the XML schema which tells VFP how to apply the structure.

But, now, the .NET Web Service is doing the entire process so it obtain the cursor from a dataset and I am using DataSet.GetXml() to return the data. However, this is not the same structure at all. Everything is in a string format, this cannot be understood by VFP and how would the client know what structure to apply as there is no XML schema?
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
Next
Reply
Map
View

Click here to load this message in the networking platform