Reverse engineer a Entity model based on external Data Service
I am charged with consuming a data from a web service and I would like 开发者_如何学JAVAto reverse engineer their DB model based off of the Service objects it's serving up. Is it possible to do this with Entity Framework? Or maybe something else? Or do I have to do this by hand?
It is indeed a long shot. You can use WCF blue to create data contracts from the WSDL. Then prob. you can use the Data Contract to generate Entities in EF. But I havent try to create Entities using this myself so cant say if that part will work or not.
精彩评论