Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: genesyslearner on February 15, 2018, 09:06:18 AM

Title: Upload Template while creating new Application Template using SDK.
Post by: genesyslearner on February 15, 2018, 09:06:18 AM
Hi All,

I am trying to write down a code using SDK to create new Application template . Now, my challenge is that i want to upload the .apd and .xml file using SDK.
Could anyone help and suggest the way we can achieve this?
Title: Re: Upload Template while creating new Application Template using SDK.
Post by: Kubig on February 15, 2018, 11:56:59 AM
What is the need for uploading APD and XML during creating app template, you can configure the options on app template SDK level directly
Title: Re: Upload Template while creating new Application Template using SDK.
Post by: genesyslearner on February 15, 2018, 02:08:19 PM
Hi Kubig,

Agree that we can directly configure options on SDK level but we are creating a custom tool which will create a new Application template using SDK.
Now to create Application Template from our tool, we need to import .apd & .xml files.
Title: Re: Upload Template while creating new Application Template using SDK.
Post by: genesyslearner on November 06, 2018, 10:36:31 AM
Experts,

I haven't found a way to write the code for this solution.
I could parse the xml file but i am not sure on how to parse the .apd file.

Is there a way we can do this?