Link to home
Start Free TrialLog in
Avatar of CBM1
CBM1

asked on

Using an Android login application, how do I send my login credentials to a .NET webservice?

I have created the interface for an android login application.  It contains two fields (ID, password) and a submit button.  I have an event handler wired in for the button.  Does anyone have any code samples or links to show how I would go about wiring it up to a .NET webservice for authentication?

Appreciate the help
ASKER CERTIFIED SOLUTION
Avatar of Darren
Darren
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CBM1
CBM1

ASKER

worked perfectly, thanks so much!