1

In SOA, I can send a WSDL file to SOA application server that will return an XML response.

I want to create a simple Java application that can receive a WSDL file, process it, and return XML response.

Is there a free Java library or framework that I can use to achieve this?

4

2 回答 2

1

是的,您只需要一个 SOAP 堆栈。

有非常好的开源框架选择,如Apache AXISApache CXF

  • 将 WSDL 与 Axis 一起使用:指南

  • 使用 CXF:指南

于 2013-02-05T05:37:51.747 回答
1

推荐你使用wsdl4j。它提供了很多 API 供您进行操作。http://sourceforge.net/projects/wsdl4j/

于 2013-02-05T04:46:28.377 回答