I've an xml payload that returns to me
--T::0010049 College Way NAid Response47.701756-122.335022F110104009
I want to capture the "row" nodes with xpath : #[xpath://response/row/row]. This returns me a string of commas [, , , , , , , ,] instead of
10049 College Way NAid Response47.701756-122.335022F110104009
If I insert this xpath through a tester, this works: //response/row/row
5929 Beach Dr SwAid Response47.550431-122.397816F110104008
What would I have to do get it to work in mule?
My configuration.xml:
Thank you!
No comments:
Post a Comment