Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Please let me know how. To debug a webservice in windows forms with
A simple example (if the method in webservice having parameters which is non
Primitive datatype for example it is a dataset)
Posted
Comments
Sandeep Mewara 17-Mar-11 14:54pm    
debug a webservice
Wouldn't that be just the way you do other projects? Is not webservice part of your solution?

Debugging webservice is not that difficult. But we are talking about your web service in which you have the source code available, right?

If, so check these out

Walkthrough: Debugging an XML Web Service[^]

Debugging ASP.NET Web Services[^]

http://msdn.microsoft.com/en-us/library/s9w03xfd(v=vs.80).aspx[^]

in fact you could have asked the same question to your old good friend and got this[^]
 
Share this answer
 
Comments
Espen Harlinn 17-Mar-11 19:34pm    
5ed! reading up is always a good idea :)
siva455 18-Mar-11 4:27am    
please check my question once again it also mentions that (if the method in webservice having parameters which is non
Primitive datatype for example it is a dataset)
Sergey Alexandrovich Kryukov 18-Mar-11 22:28pm    
What difference does it make?
--SA
Yusuf 19-Mar-11 14:20pm    
Yea, I saw that, rolled my eyes and continued walking away.... :-)
Sergey Alexandrovich Kryukov 19-Mar-11 15:28pm    
:-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900