Re: how to use asynchronous calls in asmx



hi ,
what i want to do is :

1. My client calls my asmx webservice --here i need to send a message back
saying "i have started your request".This is the first return
2. secondly i need to complete the job what my asmx is intended to so and
send the status of the job back to my client.

Thanks
Senthil


"Patrice" <scribe@xxxxxxxx> wrote in message
news:uOku0wNdGHA.3348@xxxxxxxxxxxxxxxxxxxxxxx
Try :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconasynchronousprogramming.asp

What do you want to call asynchronously from your web service ? (or do you
meant you want to call your webservice asynchronously).


--

"SenthilVel" <senthilvel.marimuthu@xxxxxxxxxxxxxxxxxxx> a écrit dans le
message de news: eImEaaNdGHA.1276@xxxxxxxxxxxxxxxxxxxxxxx
Hi

Can any one let me know how i can perform a Asychronous calll in a web
service ?

or using a thread in Asmx a better solution than the async call ?

pls send me any link to example, where i can get this answer..

Thanks
Senthil





.



Relevant Pages

  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: how to use asynchronous calls in asmx
    ... I'm still not sure to fully understand what you expect from this scheme. ... you could just display client side that processing has started and then ... call the web service once. ... My client calls my asmx webservice --here i need to send a message ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: using biztalk web service
    ... Its not recognizing your ..asmx file extension. ... I guess you haven't installed it in the webserver. ... you can install asp.net by running aspnet_regiis -i in the visual studio command prompt. ... create a web service which will receive ...
    (microsoft.public.biztalk.general)
  • webmethods not working/ not showing in WSDL
    ... However, when he launches the web service page in IE, he's not getting ... when you add a brand new ASMX file to a project. ... I even checked the .DLL under ... The file under bin folder of the IIS directory also has the proper ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Dynamic WSDL?
    ... Actually the auto generation of the asmx may be a way I could go, ... > a new DLL in a specific directory, it starts up, examines each DLL in the ... >> GetUser ... so I would like to have a web service with the following ...
    (microsoft.public.dotnet.framework.webservices)

Loading