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.

 View Only
Expand all | Collapse all

program API to mass load

  • 1.  program API to mass load

    Posted Wed April 09, 2003 03:31 PM

    Tamino version: 3 or 4
    Mass load version: 3 and above
    platform: independent

    it would be nice to have an API to the mass load, which can be used inside of applications creating mass xml data by extracting mass data from other data source. example: runs of phone bill creation.
    with this API it would be nice also to have flags controlling parts like PARSER on/off as the application may have checked/parsed the data already.

    nay suggestion to this or do we have already work arounds for situations like this?

    thanks
    MichaelK


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: program API to mass load

    Posted Tue April 15, 2003 05:28 PM

    Hallo MichaelK,

    although such an API is planned, you will likely be without one for quit a while. In the meantime you just could write your data to a file and use a ‘system(“inoxmld function=load …”)’ call in your application to have that functionality. Note that the flags that you suggested, have no meaning in the context of the mass load client - only scanning is done there, no parsing (and, as you will expect: on the server-side there is no way to skip parsing :wink:

    All the best,
    Hermann


    #API-Management
    #webMethods
    #Tamino