call web service method then disconnect

U

umell

Hi all,

I am new to web services and I have a quick question.

I need to call a web service method from my aspnet project but I do not want
get a response from it. I just want to call it and then proceed with my
code.
I know i shouldn't make a synchronous call because that will halt my code
until the code in the web method is complete. I also looked at making the
call asynchronously but the sample that I found also reference getting the
response back.

so in short my question is how can i call a web method and not wait for a
response.

Thanks
 
T

Trebek

Just make the call in seaprate thread and you'll be able to move forward
independent of the response.

Alex
 
J

Jeffrey Hasan

You're referring to the HTTP request/response model, which always generate a
response for a request. Take a look at WSE 2.0. It implements a wider range
of communication models than standard ASP.NET Web services.

Jeffrey Hasan, MCSD
President, Bluestone Partners, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top