webMethods

webMethods

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.

 View Only
  • 1.  Here's the xml file I'm trying to load ...

    Posted Fri February 14, 2003 10:49 PM
    <?xml version="1.0" encoding="ISO-8859-1"?>
    
    <person>
    
    <surname>Atkins</surname>
    
    <firstname>Paul</firstname>
    
    <sex>Male</sex>
    
    <city>Portsmouth</city>
    
    <occupation>Professional Diver</occupation>
    
    </person>



    [This message was edited by Admin on 17 Feb 2003 at 07:42.]


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Here's the xml file I'm trying to load ...

    Posted Fri February 14, 2003 10:54 PM


  • 3.  RE: Here's the xml file I'm trying to load ...

    Posted Fri February 14, 2003 11:41 PM

    Hello there.

    If you want to use the mass loader there is a specific format which the input file has to use.
    The format is detailed in the documentation: C:/Program Files/Software AG/Tamino/Tamino 3.1.2.1/Help/LOADERS/UGFASTLD.HTM#input_file_format
    (Or a similar location in your installation!)

    I’m not sure how advisable it is to load arbitrary XML into ino:collection though. This collection is where Tamino stores schema definitions and internal configuration information.
    However there is a collection called ino:etc which is designed to store arbitrary XML. With ino:etc you do not have to define a schema (though you can if you want to specify indexes), you may simply store XML documents into the collection.

    I hope that helps,
    Trevor.

    [This message was edited by Admin on 17 Feb 2003 at 07:48.]


    #API-Management
    #Tamino
    #webMethods