how to cancel a webservice?

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

  1. #1

    Default how to cancel a webservice?

    HI,

    In my client application (a CSharp Windows App), I invoke a webservice
    function. Because these client applications are sometimes running half-way
    around the world from the server, and sometimes their Internet connection
    is, well, crappy, the webservice call sometimes times out!

    Is there a way to cancel a webservice in progress? I want to give the user
    a chance to cancel it and re-try. When there is no problems, the webservice
    function takes less than a second to get submitted and receive a reply
    back.

    Thanks!
    hellrazor Guest

  2. Similar Questions and Discussions

    1. Cancel does Delete instead!??
      I have created a datagrid with both EditCommandColumn and ButtonColumn (setup as Delete). Even when I change the Delete command to a different name...
    2. Submit and Cancel
      Hi guys, And another very simple one. I actually stumbled for the 1st time on a situation where I'd like to have 2 buttons on a form, one to...
    3. Cancel Print Job and More
      I am running Acrobat 4.05a on Windows XP Pro. On some Excel 2002 files, when I try to print an entire workbook (10 sheets or so), Distiller will...
    4. Can I have a Cancel button?
      Hi <element onkeydown="if(event.keyCode == 27 ) doSomething()".... <body onkeydown="if(event.keyCode == 27 ) document.forms.CANCELBTN.click()"...
    5. Cancel this post
      Never mind, I just realized that I can process the input in the form rather than the textbox. God Bless, Mark A. Sam
  3. #2

    Default Re: how to cancel a webservice?

    Promote your web services to GXA

    Have a look at this
    [url]http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en-us/dnwse/html/whywse.asp[/url]

    --

    Thanks,
    Yunus Emre ALPÖZEN
    BSc, MCSD.NET

    "hellrazor" <jorge@another-world.com> wrote in message
    news:Xns9670A26A6DC8Cjorgeanotherworldcom@207.46.2 48.16...
    > HI,
    >
    > In my client application (a CSharp Windows App), I invoke a webservice
    > function. Because these client applications are sometimes running half-way
    > around the world from the server, and sometimes their Internet connection
    > is, well, crappy, the webservice call sometimes times out!
    >
    > Is there a way to cancel a webservice in progress? I want to give the user
    > a chance to cancel it and re-try. When there is no problems, the
    > webservice
    > function takes less than a second to get submitted and receive a reply
    > back.
    >
    > Thanks!

    Yunus Emre ALPÖZEN [MCSD.NET] 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