Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Phone 7
Message
 
To
04/04/2011 16:01:58
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01505974
Message ID:
01506143
Views:
50
Hi John.
Tried the link but am still confused:

In my Web App, I just needed TWO lines of code to call my Web Service:
      Service se = new Service();
      ds = se.GetDebtorsBalances(searchString.Text.Trim());
and it works !! (GetDebtorsBalances is the name of the method)

Is it not possible to do the same thing on WM7 ? (Ok if datasets not allowed, I can return the XML string and Parse it later)
Do I need all the rest of the stuff about loging in and authenticating etc (Dont need to do any of this on my Web Appp Consumer)

Regards,
Gerard



>try this link:
>
>he has a full example of using asp.net web services with wp7...
>
>http://www.kotancode.com/2010/08/06/aspnet-authentication-wp7/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform