posted 14 years ago
Do you want to test the results of your services, or do you want to actually test the web service container itself?
If you're just testing the service methods themselves, then just call the methods in your services. If you want to test the full stack, you can do something as easy as using HttpUnit (or an equivalent), or create client wrappers automagically (like Jersey, or whatever that's called) and do it through the full stack.