[英]How to resolve same name conflict for cxf codegen when a contextType and element have the same name?
我基本上处于必须使用 SOAP 调用的情况下,该调用内部具有 object 命名结构,例如:
<ID>123</ID>
<Type>Test</Type>
</ID>
I haven't really work with SOAP in Spring for years and haven't had to deal with external binding before, so I am very lost on how to go about resolving this situation to get the Java files to properly generate.
我尝试在我的 jaxb 绑定文件中使用 property 和 factoryMethod,但它似乎没有解决命名冲突。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.