Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm now learning JavaEE, and I'd like to know which cool开发者_运维百科 tools are out there for generating a SOAP Web Service (from classes or from WSDLs).
I value simplicity above everything else. If possible, something integrable into Eclipse IDE.
By the way, I have made a HelloWorld WS using eclipse's WTP, but I don't know if this is the way it is done in real world practice.
Thanks, and sorry for my bad English.
Apache CXF - http://cxf.apache.org,
If you're using spring, Spring Web Services - http://static.springsource.org/spring-ws/sites/2.0/
SOAPUI is a very useful tool for Testing Web Services. It also has Plugin for Eclipse, Netbeans
精彩评论