M
Mike23
Hi there,
I posted this question earlier using a different subject line but after more
research I realized my original assessment was incorrect. I'm invoking
"System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync()" on the
same thread as "Page_Load()". This function takes a callback via the 3rd arg
but the callback isn't being called for some reason until the "Page_Load()"
thread exits (the callback occurs on another thread). Outside of ASP.NET
however (in a console test app I created), the same callback is invoked as
expected (in parallel with the main thread). Can anyone shed any light on
what's going on here. Thanks.
I posted this question earlier using a different subject line but after more
research I realized my original assessment was incorrect. I'm invoking
"System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsync()" on the
same thread as "Page_Load()". This function takes a callback via the 3rd arg
but the callback isn't being called for some reason until the "Page_Load()"
thread exits (the callback occurs on another thread). Outside of ASP.NET
however (in a console test app I created), the same callback is invoked as
expected (in parallel with the main thread). Can anyone shed any light on
what's going on here. Thanks.