使用多个 WSDL (xmlbean) 处理共享名称空间
我有五个共享名称空间的 WSDL,但不是全部。我用它们生成客户端代码(使用 XMLBeans 进行数据绑定)。他们单独编译得很好。我根据每个生成的客户端代码创建 JAR 文件。
当我尝试使用项目中的所有 JAR 文件时,我会遇到命名/编译冲突。
我想尽可能地重复利用。有没有什么聪明的方法来处理这个问题(而不是在包结构中为每个客户端提供一个自己的节点)?
I have five WSDL's that share namespaces, but not all of them. I generate client code out of them (databinding with XMLBeans). Seperately they compile fine. I create JAR files out of each generated client code.
Once I try to use all JAR files within a project, I get naming / compile conflicts.
I want to reuse as much as possible. Is there any smart way to deal with this (rather than giving each client an own node in the package structure)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XMLBeans (2.x) 常见问题解答 指出了 xsdconfig 命名空间映射:
The XMLBeans (2.x) faq notes the limitations of xsdconfig namespace mapping: