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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Adapter to XML database

    Posted 01/26/09 04:28 PM

    hello everybody,

    we are in a progress of developing an adapter for an XML database, and XQJ will be the communication layer.

    what is the best possible way to expose XML in output pipeline? i considered that there are following ways

    1. XML string
    2. IData
    3. document.
    4. XMLNode

    are there other better ways?

    I don’t know much about the XMLNode.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Adapter to XML database

    Posted 01/26/09 05:16 PM

    Its all depends on how your custom XML adapter accept/process the data to target system.All the four terms you narrated can fit in the solution.

    Preferably:

    XML string(xmldata)
    Load XML content as CLOB/BLOB into db)

    How big/size of these XML’s?

    HTH,
    RMG


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Adapter to XML database

    Posted 01/27/09 10:56 AM

    Hi RMG,

    Thanks for your reply

    Actually the XML data stored in native XML database. the size of the XML would normally be 500kb. but the count might be huge.

    Best regards,
    Arunachalam


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods