pbromberg
Sat Feb 04 14:23:53 CST 2006
Sathyaish,
add the webservice project to your solution where you have the app that
calls your webservice. Set a WebReference to the WSDL url of the webservice
project in your solution.
Set your breakpoints, and have fun.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"Sathyaish" wrote:
> How do you debug a web service in Visual Studio .NET 2003? To give you
> some background, I have been programming for some over 8 years now and
> know how to debug VB, VC++ apps in Visual Studio 6.0 and also know how
> to debug WinForms apps, Console Apps and ASP.NET apps in Visual Studio
> ..NET 2003.
>
> It occurs that this is the first time I am debugging a Web service.
>
>