Monday 15 June 2015

spring-xd work with xml payload -


Is it possible to work with XML payloads in the Spring-XD runtime? I have the following which I am trying to execute the stream:

  create stream - name test XML - definition "file --dir = / tmp / sample.xml --outputType = Application / xml | Splitter --expression = // item | log " 

My goal is to split it on a given XPATH expression (supported by spring integration).

"simple" splitter (an XPath splitter - instead of XD currently does not have an XPathSplitter module) When using, you need to use these expression.


No comments:

Post a Comment