dom到xml没有正确存储数据mule esb

时间:2016-02-11 12:02:55

标签: mule mule-studio

dom到xml转换器有问题.. 我得到了microsoft连接器的响应并转换为xml格式并将xml数据存储到文件中。 但问题是它没有以适当的方式存储。在单行中它存储所有数据。 如何解决这个问题呢?

以下是流程

 <flow name="flow1">
        <http:listener config-ref="HTTP_Listener_Configuration" path="/" doc:name="HTTP"/>

        <dynamicsax:invoke-document-service-operation config-ref="Microsoft" serviceAndSoapActionUri="XXXXX" doc:name="Microsoft"/>
        <mulexml:dom-to-xml-transformer doc:name="DOM to XML"/>
        <file:outbound-endpoint path="test" outputPattern="test.xml" responseTimeout="10000" doc:name="File"/>
    </flow>

我想以适当的xml格式存储

1 个答案:

答案 0 :(得分:0)

你可能会探索mule的xmlprettyprinter-transformer。

https://docs.mulesoft.com/mule-user-guide/v/3.6/xmlprettyprinter-transformer

此致 拉尔夫