cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2250
Views
11
Helpful
15
Replies

UCCX Editor 9.x and XML

brad.modelle
Level 1
Level 1

I'm hoping to get a better understanding about how to call a simple XML file from the document repository on UCCX version 9.0.2.

I have the following for an XML file:

<?xml version="1.0" encoding="ISO-8859-1" ?>

<IVRSTATE>

<SYSVAR>

<wm>01</wm>

<pm>02</pm>

<hm>77</hm>

<mo>0</mo>

<ho>0</ho>

<wo>0</wo>

</SYSVAR>

</IVRSTATE>

...and here are screens of the UCCX script and variables.

Any help would be hugely appreciated. I have also attached the full script in case anybody wants to toss it into the 9.0 editor.

15 Replies 15

Thank you, I was able to solve this finally. This was being attempted in a lab environment and I don't think the licensing was in line. As soon as we installed an updated temporary license to continue development, it all worked just as it should have been the entire time. Since that's the only thing that changed between non-working and working, it has to be what the issue was.