【发布时间】:2016-05-03 00:07:14
【问题描述】:
我正在尝试为 Anypoint Studio 中的 DataWeave 转换组件定义一个 xml 元数据类型(使用 Mulesoft 3.7)。但是,我无法选择根元素名称,因为下拉菜单中没有显示任何内容。例如这是我在尝试定义元数据类型时看到的:
这是我用作示例的 XML。我也尝试过使用 XSD,但也没有看到它们的根元素。
<eConnect xmlns:dt="urn:schemas-microsoft-com:datatypes">
<RMCustomerMasterType>
<eConnectProcessInfo>
</eConnectProcessInfo>
<taUpdateCreateCustomerRcd>
<CUSTNMBR>JEFF0002</CUSTNMBR>
<CUSTNAME>JL Lawn Care Service</CUSTNAME>
<UpdateIfExists>1</UpdateIfExists>
</taUpdateCreateCustomerRcd>
</RMCustomerMasterType>
</eConnect>
【问题讨论】:
标签: xml mule mule-studio dataweave