0
我在WSO2ESB中使用Smook Mediator將'plain/text'中的內容轉換爲'XML'。我不知道默認輸出是否按順序排列。所以我試圖通過Send Mediator這樣將Smook的輸出發送給WS,但沒有發生任何事情。這是我的PS的配置:Push Smook對序列的迴應
<inSequence>
<log/>
<smooks config-key="conf:/smooksccconfig.xml">
<input type="text"/>
<output type="xml"/>
</smooks>
<log level="full"/>
<send receive="Testing">
<endpoint key="GeoEP"/>
</send>
</inSequence>
<outSequence>
<log level="full"/>
<send/>
</outSequence>
是否有任何需要的介體推動結果的轉換序列? 你能給我一些建議嗎?
謝謝,
感謝您的建議,我的問題已經解決。 – NesToDre