J
James J. Foster
If you have Visual Studio.NET, start your webservice project and add any
breakpoints you want. Then start your client project, and add a breakpoint
on the webservice call. When you get to that point, you can Step Into (F11)
the webservice project and utilize the full debugging capabilities on
VS.NET.
breakpoints you want. Then start your client project, and add a breakpoint
on the webservice call. When you get to that point, you can Step Into (F11)
the webservice project and utilize the full debugging capabilities on
VS.NET.