[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

BUG: ProcessMessage not called in Async Mode

Dan Guisinger

1/23/2003 3:47:00 AM

Found this bug, took me a few days to figure out.

In Async Mode, my SOAP Extension only received:
BeforeSerialization
AfterSerialization

When it should have received:
BeforeSerialization
AfterSerialization
BeforeDeserialization
AfterDeserialization

Don't know if anyone else has noticed that, but as soon
as I switched to calling the DownloadFile method instead
of BeginDownloadFile, it worked as it should have.

Dan Guisinger
Atacomm / Ataractic Corp