Re: Beginner with Questions re: WPF, WCF, LINQ
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Arne Vajhøj wrote:
I would not use a DataSet for a web service. It will not be consumable
from non-.NET clients.
In the practical sense, it is quite unlikely. It is a published schema, so
technically it is possible for a non .Net program to receive the xml data and
the schema, and to create its own version of a dataset.
If you are developing both the web service and the client in .Net, however, and
that it is its principle purpose, it works out fine.
.
- References:
- Re: Beginner with Questions re: WPF, WCF, LINQ
- Re: Beginner with Questions re: WPF, WCF, LINQ
- Re: Beginner with Questions re: WPF, WCF, LINQ
- Re: Beginner with Questions re: WPF, WCF, LINQ
- Re: Beginner with Questions re: WPF, WCF, LINQ
- Re: Beginner with Questions re: WPF, WCF, LINQ
Relevant Pages
- Re: How do Large Scale Web Service Applications Maintain Session State?
... cache these profiles on the server in order to increase performance. ... which is something different than stateful Web Service classes. ... We do pass a session token as ... Having systems deployed through web services allows clients to access via ... (microsoft.public.dotnet.framework.webservices) - Re: Underlying Connection Was Closed Error
... I'm working with remote clients that ... Yeah, Microsoft Network Monitor 3.1, works fine even on Vista) ... a web service on IIS 6.0 via SSL and using X509 Client Certificates. ... ....If Not userProxy Is Nothing Then ... (microsoft.public.dotnet.framework.webservices) - Re: DataTable returned from a Web Service
... Most of my clients are .NET, in fact one is a VB6 client and I was able to convert a DataTable within a DataSet to a classic ADO Recordset and works perfectly. ... Funny thing is that with my VB6 client I can use the web service function that returns a DataTable but not my 'new' .Net clients. ... when using VS 2005 or VB.Net 2005 Express and creating a web references is ... (microsoft.public.dotnet.framework.webservices) - Re: Web service Performance
... clients are using it to synchronize some datas from clients database to ... server database, so they are calling web service methods very often. ... everything is restarting and queries response are going ... (microsoft.public.dotnet.framework.webservices) - Need advice on security setup
... Business Services layer will be implemented as XML Web Services. ... There will be several "clients" to the service layer. ... I need to authenticate each request to my services layer, ... credentials in the web service request, ... (microsoft.public.dotnet.framework.aspnet.security) |
|