开发者

Windows phone 7 consume from Controller

开发者 https://www.devze.com 2023-02-11 08:57 出处:网络
I have been reading about adding a webservice to an MVC project and how this might conflict with the MVC structure. I added a webservice and it works with windows phone 7, it receives a number, (it\'s

I have been reading about adding a webservice to an MVC project and how this might conflict with the MVC structure. I added a webservice and it works with windows phone 7, it receives a number, (it's a simple application). I added the webservice by right clicking the Controller folder and selecting add new item->webservice. I am using the SOAP support already integrated in visual studio. I was wondering if there is a way that instead of adding a webservice that the windows phone 7 receives and sends data directly to the controller. The windows phone 7 communicates by right clicking on the solution explorer and adding a servic开发者_Go百科e reference.

Thanks!

i also read ASP.NET MVC & Web Services


If you're wanting to use the "Add Service Reference" in your WP7 project then you'll most likely need to expose a WCF Web Service from your project.

If you're prefer to create a simpler REST based as discussed in ASP.NET MVC & Web Services then you won't be able to use "Add Service Reference" but you can still use the service either through building your own client on top of WebClient, there are few libraries to help with this. I recommend Hammock.

0

精彩评论

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

关注公众号