I'm also in the process of deciding whether to use fitnesse oder SOAP UI for testing our RESTful web service.
I am currently favouring Fitnesse - I like the abstraction that a test fixture puts between the tests and the Web service (system under test):
- changing the web service doesn't mean I have to retouch all the tests - just the fixture code. The software is relatively new, and the web service changes regularly.
- It makes the tests readable. I can design the Test Fixture's public API together with our QA guy. So we are effectively defining a DSL together: we are defining a high level language for writing acceptance tests for our system.
I notice your question is pretty old, and that no answer has yet been accepted. Have you any more information you can add following your experiences?