Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目要求是像在 SOAPUI 中一样从 wsdl(2.0 和 1.1)生成 SOAP 响应 XML。什么是库(Java API),我可以使用它来生成响应 xml?它是否也支持 WSDL 2.0?有什么方法可以满足要求吗?
我建议您使用 Apache CXF。它是一个非常好的创建 Web 服务的框架。添加 Spring 和 Maven,您就有了一些可靠的框架来创建肥皂服务,而无需自己完成所有繁琐的工作。
http://cxf.apache.org/