views:

29

answers:

0

Hi,

I have two data provider services, they provide access to two different databases. These data services used XSD to generate the dataset objects and allow the user to perform the CRUD operation on the data.

I want to use ADO .NET Entity framework and ODATA to define a common service which will interact with these two services (as required) and expose the operations to communicate with them.

Is it possible with ADO .NET Entity Data model?Can anyone give me some pointers on this?

Thanks,

Ram