Service XML structure
All services are described using the following XML structure:-
The version element within the Service element must be specified but is currently ignored in this version of the API.
You must wrap the XML document with a CDATA when sending the XML through XML web services.
A service XML document must have one “Start” node.
Nodes can appear in any order within the <Nodes> element.
The integer NodeID reference you assign to each node must be unique within the service XML document, including any sub plans that may have been defined.
A nodes branch cannot reference its own NodeID.
All mandatory properties must be defined within the service XML document.
A service design having infinite loops without telephony interaction is not allowed.
A service design that could follow a path with 6 or more nodes without having telephony interaction is not allowed.
The CustomServiceVariables section is not mandatory.
Last updated
Was this helpful?