Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Utilizing Web Services
Message
De
28/03/2004 23:31:54
 
 
À
28/03/2004 00:46:44
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00888257
Message ID:
00890323
Vues:
28
>>Can you expose more on "If you have a WinForm, then you'll need to access the server-side stuff through a Web Service"
>>I would appreciate if you give an example.

>
>What we do is utilize Web Services to pass Typed DataSets back-and-forth between the client-side (WinForm UI) and the server-side (Business and DataAccess classes).
>
>So, say your UI needs customer data. It would call the GetCustomer Web Service. The GetCustomer Web Service would call the GetCustomer() method in a Business class, which would call the GetCustomer() method in a DataAccess class, which would make the actual call to the database and fill the DataSet. The DataSet would be passed back to the Business class (which would do any business processing necessary). The Business class would pass the DataSet back to the Web Service. The Web Service would serialize the DataSet to XML and pass it back to the calling UI form, which would deserialize it back into a DataSet.
>
>Is that what you wanted to know?
>
>~~Bonnie

I'm now confused as of when to use WEB SERVICE, REMOTING, or COM+.
In the example you mentioned, don't you think that remoting is a better solution.
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform