Discussion on:

Message 2 of 6
0 Votes
+ -
Re: How do you test Web services?
Basically, I let the .Net tools (WSDL.exe) create the stub components and use NUnit to unit-test those components. Since most of the time, I'm consuming web services through .Net clients, that works fine for me, although I understand that, should I consume them from another non-.Net client, that wouldn't be "unit" enough.
8th Jul 2008