cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
818
Views
0
Helpful
2
Replies

import data from XML file into ICM script

justine.joubran
Level 1
Level 1

Hello,

Is it possible to read data from an XML file into an ICM Admin script? If yes, using which node?

Thanks,

Justine.

2 Replies 2

FabianSchmidt
Level 1
Level 1

Hi,

as far as i know not directy. Only Method i could think of right now is via CVP Application (Java Class, Custom Node) or IVR Script.

To import data you only have the Database Node which does only allow sources form the Database Lookup Explorer ir passing data along to/from external scripts.

Fabian

david.macias
VIP Alumni
VIP Alumni

Your best bet is to use a app gateway which either reads XML or goes to a DB.  You can then read this via your ICM script.

david