xaml - SOAP Service Reference in Windows Phone 8.1 Universal app -
i try add reference soap webservice. no problem adding windows 8.1 part of project.
but no chance same wp 8.1. somehow add new "push notification" reference.
adding generated reference.cs wp project directly leads many unresolved references in system.servicemodel (i.e. system.servicemodel.channels not found).
any idea? maybe not in current beta?
vs 2013 update 2 rc.
while not proper solution, workaround has been posted microsoft: wcf add service reference not supported windows phone 8.1 xaml applications
windows phone 8.1 xaml applications not support system.servicemodel namespace, , therefore not able right click references in project , choose add service reference. recommended solution add rest endpoint wcf endpoint, , access wcf application through rest endpoint using httpclient.
Comments
Post a Comment