Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

One of the third party site is creating a login page where user can enter their username and password and we need to create a web service to read that user credentials and check it against our db and response back in true or false.

It's been a while I have worked on web service. So do you recommend SOAP is appropriate for this and how can I read user details from 3rd party site? May be I need to create methods and provide that info to 3rd party site?

Cheers
Posted
Comments
Killzone DeathMan 3-Jan-14 11:07am    
May be I need to create methods and provide that info to 3rd party site?
You are right! ;)
I think there is no need to create SOAP, you can make it secure without SOAP :P

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900