Reputation: 133
I need to access an old wsdl webservice in a Windows Store app. Now Visual Studio 2013 creates the reference for me.
One problem is, that VS doesn't create EventHanlders and non-async methods for me.
Can somebody tell me why, or how i can get VS to generate like before?
Help would be much appreciated.
Upvotes: 1
Views: 3154
Reputation: 7073
You probably need a web reference instead of Service reference. To do that add a service reference, click on advance, and then here you will find a web reference button then you should be able to get wht you are looking for.
It is just a first overview for you to see if that solve; it may or may not help.
Upvotes: 1