gicio Posted March 19, 2004 Posted March 19, 2004 Hi!! I have a proble with debuging me app! my application comunicate with a web service and this web service send a request to another web service... the 1st web service return the data from the second web service to the application. How can I debug the 3 projects (1. windows application / 2 . web service 1 / 3. webservice 2) in 1 solution?!? How to set the refereces in this solution to hit all breakpoints in all of this 3 projects?!?! Please tel me your best practise to debug web services?! regards, gicio Quote
Moderators Robby Posted March 19, 2004 Moderators Posted March 19, 2004 You should be able to step through the proxy class. Quote Visit...Bassic Software
gicio Posted March 19, 2004 Author Posted March 19, 2004 Yes but only in the proxy class. Is this the only solution? can't I debug the normal class not the proxy class of it? regards, gicio Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.