Hi, I'm starting to work with Entity Framework as ORM. But my question is: is it correct and possible to map entities between Entity Framework and WebServices?
The question is because we need to query data from a web service (method) to our application, and also we need to consume a webservice (method) to store data; so we want to keep the architecture along the whole application (everything queried and stored using Enterprise Library).
Hope I made myself clear, thanks in advance and if it's possible, give me please some useful information or tutorial for starters.