Author Topic: Upload Template while creating new Application Template using SDK.  (Read 4005 times)

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
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?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Upload Template while creating new Application Template using SDK.
« Reply #1 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

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
Re: Upload Template while creating new Application Template using SDK.
« Reply #2 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.

Offline genesyslearner

  • Jr. Member
  • **
  • Posts: 58
  • Karma: 0
Re: Upload Template while creating new Application Template using SDK.
« Reply #3 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?