asp.net - Windows phone 7 consume from Controller -
i have been reading adding webservice mvc project , how might conflict mvc structure. added webservice , works windows phone 7, receives number, (it's simple application). added webservice right clicking controller folder , selecting add new item->webservice. using soap support integrated in visual studio. wondering if there way instead of adding webservice windows phone 7 receives , sends data directly controller. windows phone 7 communicates right clicking on solution explorer , adding service reference.
thanks!
i read asp.net mvc & web services
if you're wanting use "add service reference" in wp7 project you'll need expose wcf web service project.
if you're prefer create simpler rest based discussed in asp.net mvc & web services won't able use "add service reference" can still use service either through building own client on top of webclient, there few libraries this. recommend hammock.
Comments
Post a Comment