Building a rich client using web services and ie6 - Asynchronous requests.

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Building a rich client using web services and ie6 - Asynchronous requests.

    I understand that it is possible to build a rich client using IE6 and
    Web Services. I understand the model using webservice.htc to make
    synchronous requests to a web service from the browser.

    In the case where the Web Service is hosted in IIS (ASP.NET) I am a
    little confused as to how asynchronous calls would work. Wouldn't
    that requre that a request be initiated by the server to the client?
    Or would the client have to make a request later to collect the
    response?

    Bill Zack
    Bill Zack Guest

  2. Similar Questions and Discussions

    1. Maintain connections across client requests
      I have a problem when this option is enable is the cfmDataSoure and when I compile one object in the database. I think the pool is corrupted after...
    2. Building an EMail Client for Hotmail and other HTTPemail servers
      Hi Foks, I'm trying to build an e-mail client that can retrieve and diplay Hotmail e-mails (or any other http e-mails for that matter). With all...
    3. asynchronous client updates (server polling?)
      Hi, I'm considering Macromedia Flex for some rich client interaction. One requirement I'm looking to satisfy is the ability to refresh certain...
    4. Asynchronous Web Services
      Hello All Can one implement asynchronous web service calls between web services implemented in different technologies for example J2EE and .NET ...
    5. Asynchronous Web Services called from ASP.NET
      I have a messaging system that will make calls from webforms to a backend web service to handle asynchronous message handling. The webform does not...
  3. #2

    Default Re: Building a rich client using web services and ie6 - Asynchronous requests.

    Hi,
    > In the case where the Web Service is hosted in IIS (ASP.NET) I am a
    > little confused as to how asynchronous calls would work. Wouldn't
    > that requre that a request be initiated by the server to the client?
    > Or would the client have to make a request later to collect the
    > response?
    It seems that you don't understand how asynchronous calls work.
    So, I offer to read the following articles from MSDN:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service09032002.asp[/url]

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10012002.asp[/url]

    [url]http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/default.aspx[/url]


    --
    ______________________________
    With best wishes, Arthur Nesterovsky
    Please visit my home page:
    [url]http://www.nesterovsky-bros.com[/url]




    Arthur Nesterovsky Guest

  4. #3

    Default RE: Building a rich client using web services and ie6 - Asynchronous requests.

    Hi Bill,

    You may refer to following article to see if it will help:

    Communicating with XML Web Services Asynchronously
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm[/url]
    l/cpconinvokingwebservicesasynchronously.asp


    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    MSFT Guest

  5. #4

    Default Re: Building a rich client using web services and ie6 - Asynchronous requests.

    I did get a couple of responses to this question, and they listed some
    URLs that were very helpfull in explaining how to make asynchronous
    requests from an ASP.NET client. In my case, however, the Web
    Services Client will be an Internet Explorer (IE6) application making
    Web Service request to an ASP.NET Web Service hosted under IIS. IE
    will be using the Webservice.htc client-side HTML component to make
    the requests.

    The articles listed the following methods to recieve the final request
    completion:
    1. Polling
    2. Wait handles
    3. Callbacks

    I would like to know if anything other than #1 will work in this case.
    I can not quite see how an ASP.NET Web Service can initiate a session
    with IE to use #2 or #3. (Although it would be great if it could.)

    Any ideas?
    Bill Zack


    [email]wzack@compuserve.com[/email] (Bill Zack) wrote in message news:<e32aaa56.0310291950.b688f25@posting.google.c om>...
    > I understand that it is possible to build a rich client using IE6 and
    > Web Services. I understand the model using webservice.htc to make
    > synchronous requests to a web service from the browser.
    >
    > In the case where the Web Service is hosted in IIS (ASP.NET) I am a
    > little confused as to how asynchronous calls would work. Wouldn't
    > that requre that a request be initiated by the server to the client?
    > Or would the client have to make a request later to collect the
    > response?
    >
    > Bill Zack
    Bill Zack Guest

  6. #5

    Default Re: Building a rich client using web services and ie6 - Asynchronous requests.

    Hi Bill,

    You may refer to this article to see if it will help:

    Accessing Web Services From DHTML
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndude/html[/url]
    /dude01222001.asp

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    MSFT Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139