我有来自客户端的WSDL / XSD并尝试使用wsimport导入,它抱怨:
[ERROR] Unexpected <complexType> appears at line 508 column 33
我检查了文件并显示:
<complexType name="ActionInfo">
<sequence/>
<attribute name="action">
<complexType name="string">
<simpleContent>
<extension/>
</simpleContent>
</complexType>
</attribute>
<attribute name="type">
<complexType name="string">
<simpleContent>
<extension/>
</simpleContent>
</complexType>
</attribute>
</complexType>
这甚至合法吗?显然这是我从他们的生产环境中得到的xsd所以它在某种程度上适用于他们。
在WSDL的顶部,它表示它是由Axis 1.4生成的