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.  Reverse process of X-Node

    Posted 07/11/02 08:27 AM

    Hi! there,

    Does Tamino supoort the reverse process of X-Node functionality. What I meen is, Can I issue a SQL select statement to tamino database?, well does Tamino support such a situtation?.

    Anything regard with the SQL Engine, that is present within the Tamio XML Server.

    Thanks in Advance,
    Ravi


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Reverse process of X-Node

    Posted 07/11/02 10:36 AM

    You can only query using XPath syntax for data within the XML data store, and likewise you can only issue SQL againest the SQL data store.

    X-Node allows other data stores to be mapped as XML so querying X-Node mapped schema (say mapped to an SQL table) will return XML.

    There is no opposite functionality, e.g. issusing SQL to get at XML data. If this is a requirement I would suggest as a possibility to store your data as SQL and use SQL to access it. Then use X-Node mapping to get the data as XML. Then you have the best of both worlds.


    #Tamino
    #webMethods
    #API-Management