IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Insertion of tamino schema thru java client program

  • 1.  Insertion of tamino schema thru java client program

    Posted Thu September 06, 2001 11:38 AM

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

    Anand


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: Insertion of tamino schema thru java client program

    Posted Fri September 07, 2001 03:01 AM

    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


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs