--
You received this message because you are subscribed to the Google Groups "mockito" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mockito+u...@googlegroups.com.
To post to this group, send email to moc...@googlegroups.com.
Visit this group at http://groups.google.com/group/mockito.
To view this discussion on the web visit https://groups.google.com/d/msgid/mockito/29d9166f-9ab5-4315-8076-12ba73bb4987%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You might consider using SoapUI (either Free or Pro). With this, you can create a mock server that you could even deploy to a WAR server. You handle requests with Groovy scripts that can produce mock responses. You would then have to configure a client with the address of your mock server.
--