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.  Problem with pubxmlxmlNodeToDocument

    Posted 12/10/03 08:02 PM

    We are trying to convert an xml to a record structure using pub.xml:xmlStringToXMLNode and
    pub.xml:xmlNodeToDocument

    The output of pub.xml:xmlNodeToDocument is a record but the record have elements as a string directly instead of the body tag. For example,
    OrderNumber
    BuyerOrderNumber 33333

    instead of
    OrderNumber
    BuyerOrderNumber
    body 33333

    Any idea how to correct this? We are using wM 6.0.1
    Thanks in advance!


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Problem with pubxmlxmlNodeToDocument

    Posted 12/12/03 12:45 AM

    You need to use the record specification in order to get
    the body tag. put the namespace for your record into conformsTo.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Problem with pubxmlxmlNodeToDocument

    Posted 12/15/03 05:08 PM

    There is no conformsTo in either pub.xml:xmlStringToXMLNode or
    pub.xml:xmlNodeToDocument. Could you please explain?
    Thanks


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Problem with pubxmlxmlNodeToDocument

    Posted 12/18/03 12:39 PM

    You might need to set isXML to true in pub.xml:xmlStringToXMLNode

    HTH

    Thahir


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB