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
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