I\'ve started learning the Apache CXF with Spring. First of all, I\'ve tried to create a simple client/server model.
The server-side is: service.Hel
You can use a simple spring configuration like this for client side -
Ignore the Interceptor if you don't need it.
More details in this post.