从Apache CXF生成的调用中删除命名空间

时间:2019-03-14 20:29:14

标签: java apache soap

我有一个从wsdl生成的soap请求,但是它包含以下名称空间。

@Bean
public CollectorRegistry collectorRegistry() {
    return CollectorRegistry.defaultRegistry;
}

有人知道可以删除它吗?该类是使用Apache CXF 3.1.12生成的。这是我想要的输出:

        <DeliveryMethod>
            <Postal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">1</Postal>
          </DeliveryMethod>

感谢您的帮助,谢谢。

0 个答案:

没有答案