Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing DataSet across Web Service
Message
De
12/10/2003 13:00:10
 
 
À
12/10/2003 12:56:09
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00837848
Message ID:
00837916
Vues:
31
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform