Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Service as a data source
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 1.1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00989425
Message ID:
00989945
Vues:
40
Michael,

>I am wondering if anyone has ever used a web service as a data source for a mm Windows form application. I have an existing web service which is quite well tested and would like to make it the data source for a MM windows forms application. Presently the web services methods return typed data sets and updates through typed data sets. Any thoughts are appreciated

You can create a method on your business object that calls the Web Service to retrieve the typed DataSet, then calls the business object's SetCurrentDataSet() method, passing the typed DataSet.

You can then create a Save method on the business object that calls the Web Service to update the DataSet.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform