Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SimonB

Pages: [1]
1
Hi all,

New here and looking for some guidance, or links to help with IVR routing workflows handling.

I have the basics down, can read DB etc and handle call flows and collectings digits etc.

However, I am struggling to find information or objects to allow me to manipulate variables for logic, for example;

I retrieve an XML string from a web service call, I need to inspect the returned string, find something and extract value to a variable.

So, i get back, for example <return><ID>123</ID><Name>Test</Name><Age>23</Age></return> into a single variable.
How would I grab a tag from that return string to another variable?
In other IVR products and languages, e.g. c# I would have something like index = variable.find("<Age>") and could extract info with something like variable.mid(index+5,2)

Thanks in advance
Simon

Pages: [1]