目前,我的注释类的 WSDL@WebService
创建了一个描述类的外部 wsdl。它通过以下方式做到这一点:
<wsdl:import location="http://localhost:8080/myapp-web/Service?wsdl=Service.wsdl"
namespace="http://somenamespace.org/" />
webservice 由 eclipse/maven 构建,并在 jboss 7.1 上运行。
有没有办法(最好是通过注释)使 wsdl 内联生成?