Download axis2 .
After extracting it in the bin folder, there is the wsdl2java tool, which is used to create stubs from WSDL that can communicate with the web service.
Using an example:
WSDL2Java -uri http://api.search.live.net/search.wsdl -d xmlbeans -s
.
, .
- Eclipse IDE.