Calling Web Services Asynchronously with ASP.NET video by Dan Wahlin

In this video tutorial I walk through the fundamentals of calling Web Services asynchronously from an ASP.NET page using the .NET 2.0 event driven model exposed by Web Service proxy objects. There are several different options for calling Web Services asynchronously including polling, callbacks and wait handles, but the event driven model is quite easy to use and doesn’t put as much pressure on the ASP.NET thread pool as the other options.

This entry was posted in Developer Visual Studio / ASP.NET, Web Development and tagged , , , , , . Bookmark the permalink.

2 Responses to Calling Web Services Asynchronously with ASP.NET video by Dan Wahlin

  1. Deepali says:

    Hi…….thank you for good learning videos

  2. Richard says:

    Hi.
    Thanks for the video.

    The web service I want to call requires authentication via a referrer attribute. I can’t figure out how to “add web reference” and create a proxy.
    I’ve managed to call it via a HttpWebResponse but I’d like to do it asyncronously so I can call it roughly 100 times, passing a parameter each time.
    If I manage to get round the issue of creating the proxy class, would I need to have 100 event handlers?

    Thanks in advance of your kind response.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>