Debug a webservice from PPC 2003

  • Thread starter Thread starter Jon Vaughan
  • Start date Start date
J

Jon Vaughan

Hi,

I have an app calling webservices, the web service isn't acting as expected
and i'm looking to debug it, but when I set into it, it doesnt work. Are
there extras steps required to debug webservices vai a PPC ( emulator ) ?
 
You can't step from the Web service consumer application over to what's
happening on the service. You may be able to debug the Web service with one
instance of Visual Studio and the consumer on the emulator with another...

Paul T.
 
Back
Top