在Windows Phone 8应用程序中使用SOAP Web服务

问题描述:

您好,

我在一年前制作了一个使用SOAP Web服务的Windows Phone 7应用程序。现在我想将应用程序更新到Windows Phone 8 SDK。 

I've made a year ago an app for Windows Phone 7 what used SOAP web services. Now I want to update the app to the Windows Phone 8 SDK. 

当我在Visual Studio 2013中创建一个新项目时,我没有看到添加Web引用的选项。如何再次使用我的SOAP Web服务?

When I make a new project in Visual Studio 2013, I don't see the option to add a Web Reference. How can I use my SOAP web services again?

谢谢!

您可能需要使用 HttpWebRequest 和This。

You probably need to access the service with HttpWebRequestand This .

此外
this