Visual Studio 2013 Consuming local asmx webservice with windowsphone device C Xaml
Visual Studio 2013 Consuming local asmx webservice with windowsphone device C Xaml Introduction: Hi guys! I hope all you are doing good. Today this article can explain following topics: Creating .asmx webservice in visual studio 2013. Publishing .asmx webservice to IIS(Internet Information Services). So that we can access local webservice in same netwotk. Creating new windowsphone 8 project. Consuming local .asmx webservice with windowsphone 8 device. Requirements: To test this sample you should have visual studio 2013 professional/ultimate. This sample is target to windowsphone 8.0 OS Description: I assume you should have experience in writing webservice. If you dont have knowledge, dont worry this article can teach you in beginners level. Lets start to understand this sample with following steps. 1.Creating .asmx webservice in visual studio 2013: Open Visual Studio 2013 Professional =>New Project=>Visual C#=>Web=>Visual Studio 2012=>APS.NET Empty Web Application And yo...