In my previous post I described how to create sample Spring Web Service.
In this article I am going to show how to write generic Web Services client for it (or for any other Web Services).
The idea here is to define java interface that will mirror WS request/response messages and have a Spring proxy to [...]
