Groups | Blog | Home
all groups > dotnet web services > august 2006 >

dotnet web services : Asynch WS Debugging


Techno_Dex
8/28/2006 3:15:11 PM
What is the correct way to debug a WS which makes it's call Asynch?

JJ
8/30/2006 10:22:13 PM
You really need to give us more information if you want any meaningful
answer.

A WS is stateless. If your sequence is as follows:

Application->YourWebService------>AsynchFunctionCall()

Then you won't be able to debug your AsynchFunctionCall().

Hope this short answer matches your short question.
Jeff




[quoted text, click to view]

Techno_Dex
8/31/2006 7:59:07 AM
Sorry if my request was not specific enough. I'm just curious on the best
way to step into an Asynch WebService call from the IDE. Currently I'm
using a WinForms app which makes a call to a WebService. If I use the
direct call on a method in the IDE, I can step into the WebService method,
but when switching over to Asynch calls, this functionality does not work.


[quoted text, click to view]

AddThis Social Bookmark Button