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.  Dynamic determination of cXML version

    Posted 05/19/03 07:48 PM

    When a document comes from TN how would you determine if it is cXML 1.1 or cXML 1.2 so that you can map it to the appropriate structure.


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


  • 2.  RE: Dynamic determination of cXML version

    Posted 05/19/03 07:57 PM

    In TN DocumentType section select the cXML document type what ever the version you are using and specify Identifying queries
    (on the rightside)set
    /cXML/@Version on the Query field and set value field to 1.1 or 1.2

    I think this solves your requirement.

    HTH.


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


  • 3.  RE: Dynamic determination of cXML version

    Posted 05/19/03 08:18 PM

    What to do when TN invokes your service sending you the document and you have to determine in the service if the incoming document is cXML 1.1 or 1.2. We can have vendors sending us XMLs for both versions and we need to handle both in our service.

    Thanks,


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


  • 4.  RE: Dynamic determination of cXML version

    Posted 05/19/03 08:36 PM

    Are you receiving cXML message with cXML version=1.0 or 1.1 ??

    So that after your service invokes then include a Branch step in your flow as a starting point and invoke the acutal mapping service.Is this make sense?


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