If I can just broaden the question, what would be the normal process by which you’d call a service returning XML and parse the results? I’ve written a Java delegate to do this, but it seems like this is a fairly routine process so I feel that I must be missing something. I just want to look in the XML and use text value of an element in a condition, and the value of an attribute in a subsequent call to a different HTTP service.
I also want to achieve such a thing. I will first try to convert xml to json and then let flowable json support to handle the json. But I have doubts such as xmls with namespaces may behave strangely when it comes to converting to json. Give a try and let us know