Hi there,
I have an integration calling a SOAP web service, returned result as the following ("Return raw response body"), how to extract the data circled by RED?
regards,
Discussion posts and replies are publicly visible
and I am not using "Call web Service" in process model, just directly run the integration with "rule!"
My suggestion is to encapsulate the call in another expression which uses xpathsnippet to extract the required fields. This makes testing way easier than putting the logic into the process model.
Thank you very much. I have made it working using the way you suggested.