开发者

Reverse engineer a Entity model based on external Data Service

开发者 https://www.devze.com 2023-03-17 11:14 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消