- I’m about to iplement WS service
client - I have wsdl description
- Client itself is Spring 3.0.2
application running in jetty - (I’m doing some changes)
- Application is build by maven
WHAT IS THE SIMPLEST WAY TO IMPLEMENT THE CLIENT FROM WSDL?
(I’m thinking of some code generation from wsdl)
I don’t want to add huge amount of dependencies.
WSDL2Code Plug-in to generate client is I found easier to use.