Here i am going to develop a website which maintain the User's validity. We have given a key to user that contains his/her expirey date and the serices. Now i wants to call that service while login the user. How can i do that thing. I'm totally confused
and using web services first time. Is anyone can help to make that services sucessfully.
A web service is a web-based functionality accessed using the protocols of the web to be used by the web applications. There are three aspects of web service development:
Member
1 Points
5 Posts
Calling a service while user login into the system.
Feb 14, 2017 06:15 AM|Mayank_MJ|LINK
Here i am going to develop a website which maintain the User's validity. We have given a key to user that contains his/her expirey date and the serices. Now i wants to call that service while login the user. How can i do that thing. I'm totally confused and using web services first time. Is anyone can help to make that services sucessfully.
Thank You in advance.
All-Star
17602 Points
3510 Posts
Re: Calling a service while user login into the system.
Feb 14, 2017 07:51 AM|Chris Zhao|LINK
Hi Mayank_MJ,
A web service is a web-based functionality accessed using the protocols of the web to be used by the web applications. There are three aspects of web service development:
You could start from Introduction to Web Service with Example in ASP.NET and Consuming Web Service In an ASP.Net Web Application.
reference:
#How to Create a Simple Web Service and Use it in ASP.Net
http://www.c-sharpcorner.com/UploadFile/29d7e0/steps-to-create-a-simple-web-service-and-use-it-in-Asp-Net/
Best Regards,
Chris
Member
1 Points
5 Posts
Re: Calling a service while user login into the system.
Feb 14, 2017 08:16 AM|Mayank_MJ|LINK
Thank you for the such a nice co-operation.