Click here to Skip to main content
15,895,142 members
Articles / Web Development / ASP.NET

Calling Web Service Functions Asynchronously from a Web Page

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
2 Apr 2010CPOL4 min read 38.9K   22  
A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies.

Views

Daily Counts

License

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


Written By
EndWell Software, Inc.
United States United States
I am an independent contractor/consultant working in the Twin Cities area in Minnesota. I work in .Net, Asp.Net, C#, C++, XML, SQL, Windows Forms, HTML, CSS, etc., etc., etc.

Comments and Discussions