2

我有一个主 wsdl 文件 xsd:import a lot of xdd from online,例如

<xsd:import schemalocation="https://file/file1.xsd" namespace="file1">
<xsd:import schemalocation="https://file/file1.xsd" namespace="file2">
<xsd:import schemalocation="https://file/file1.xsd" namespace="file3">

但在 xsd 文件中也导入 xsd,例如在 file1.xsd 中,它可能会导入 file2

<xsd:import schemalocation="https://file/file1.xsd" namespace="file2">

这会导致“两个声明导致 ObjectFactory 类发生冲突”,那些 xdd 是包含大量声明的文件,我应该如何从它们生成代码?

使用绑定文件?如何创建告诉插件忽略重复导入的绑定文件?

4

0 回答 0