Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Need a Webservice/aspx page that should always be in listening state for response that comes from some 3rd party at any given time and also wanted to perform itself storing in database without any Interface event performed.

Please suggest me any ideas to achieve this.

Thanks!!
Posted
Comments
aidin Tajadod 5-May-11 17:56pm    
What is your problem? you need to write a webservice and put it in IIS.

1 solution

Web services **ARE** always in a listening state. It can only do what it's directed to do via the operation contract it provides (and that the remote client uses to "make things happen").
 
Share this answer
 

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