.net - Consume ado.net data service from a non-dotnet-3.5 client -


What are my options for accessing ado.net data services from a .NET 2.0 client? The client application must be running on Windows 2000 so that 3.5. Renewal is not an option.

In addition to writing my own proxy against the service, P> I hope that this In case you have to build your own proxy, you must create your own HP request etc. (probably via WebClient ). Thankfully, creating a resolution is much easier than raw SOAP, as the result is to be parsed.

However, I wonder if the asmx service (i.e. .NET 2.0 web-service) will not be more practical if the ADO.NET data service service is out of your control Probably host a .NET 3.5 wrapper on any other server that leads between asmx and Astoria? (I.e. 2.0 web-service exposes data from REST service)


Comments