Skip to main content
May 3, 2021
Question

Extract return data from SOAP web service

  • May 3, 2021
  • 3 replies
  • 0 views

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,

3 replies

linp0001Author
May 3, 2021

and I am not using "Call web Service" in process model, just directly run the integration with "rule!"

stefanhelzle0001
Brainy
May 4, 2021

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.

linp0001Author
May 5, 2021

Thank you very much. I have made it working using the way you suggested.

regards,