Insertion of tamino schema thru java client program

Can anyone please tell me if it is possible to insert tamino schemas thru the java client program?

Anand

Hi Anand,

Yes it is possible. You have to use the Schema Editor to generate the Tamino XML schema and save it to a file.

Then you need to parse the contents of the file into a DOM Element.

And then call the “define” method of the API passing the Element has an argument, to define the schema in Tamino.

Regards,
Puny