Soap with window phone 7

how can I access the soap server (with php) from wp7 and send requests?

+3
source share
1 answer

When you right-click on a project in Visual Studio, you must use the "Add Service Link" option to create a proxy class using WSDL for your web service. For more information, check out this blog post about adding help for the Windows Phone web service or check out Silverlight for Windows Phone on channel 9.

+4
source

All Articles