Best way to unit-test WCF REST/SOAP service while dynamically generating stubs

Posted by James Black on Stack Overflow See other posts from Stack Overflow or by James Black
Published on 2010-04-13T01:52:22Z Indexed on 2010/04/13 1:52 UTC
Read the original article Hit count: 564

Filed under:
|
|

I have a webservice written with WCF 4.0 that exposes REST and SOAP functions, and I want to set up my unit tests so that as I work on my web services I can quickly test by having the test framework start up the service, outside of IIS, and then do the tests.

I want it to be dynamically generated as I am not certain what the interface will look like, and it is easier to not worry about having to generate the stubs before I start the tests.

But, I couldn't get Groovy to work with my web service, so I am curious if Iron Python or Iron Ruby would work well for this, or is there another .NET language that may work well for this.

© Stack Overflow or respective owner

Related posts about wcf4.0

Related posts about ironruby