Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The behavior of DataSet.GetXml()
Message
De
10/01/2006 16:38:22
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
The behavior of DataSet.GetXml()
Divers
Thread ID:
01085392
Message ID:
01085392
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform