CXF-Client 生成失败,并在架构中找不到引用的类型

CXF-Client generation fails with referenced Type can not be found in the schemas

提问人:Björn Bause-Engel 提问时间:11/6/2023 更新时间:11/6/2023 访问量:13

问:

我正在尝试使用apache cxf从wsdl生成客户端。但它失败了,并显示以下消息:

Part <request> in Message <{[...]/wsdl}[...]auftrag> referenced Type <{http://www.w3.org/2001/XMLSchema}any> can not be found in the schemas

从 wsdl:

    <wsdl:operation name="[...]">
      <wsdl:input message="nass:[...]auftrag"/>
      <wsdl:output message="nass:[...]ergebnis"/>
      <wsdl:fault name="exception" message="xs:any"/>
    </wsdl:operation>

我尝试将消息类型更改为其他类型,但它不起作用。

我正在使用 apache cxf 3.6.2。

java wsdl cxf wsdl2java

评论


答: 暂无答案