【发布时间】:2016-11-15 02:57:51
【问题描述】:
我正在尝试从CWMP 1.1 XSD file 生成.Net 类,用于客户端。为了生成类,我使用了 Windows SDK 中的 XSD.EXE 实用程序,但出现错误:
-
Undefined complexType 'http://schmeas.xmlsoap.org/soap/encoding/:Array' is used as a base for complex Type restricition'的多个实例 - 一个
The 'http://schemas.xmlsoap.org/soap/envelope/:mustUnderstand' attribute is not declared.
我检查了两个网址都是有效的。这让我很困惑。
我尝试使用 xsd2code 命令行工具,但我很难将项目添加到 SOAP 数组。
【问题讨论】: