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
  • 1.  Handle Malformed XML using query document

    Posted Wed September 17, 2003 04:07 PM

    I am getting Invalid XML through HTTP(node format) . I got failed using query document. How do we convert node to string.

    Any body have any idea ?


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


  • 2.  RE: Handle Malformed XML using query document

    Posted Wed September 17, 2003 04:41 PM

    What WM version are you running? IS 6.0 has a pub.xml:nodeToDocument. Then use pub.xml:documentToXMLString to convert the document to a string.

    Jim


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


  • 3.  RE: Handle Malformed XML using query document

    Posted Wed September 17, 2003 07:28 PM


  • 4.  RE: Handle Malformed XML using query document

    Posted Wed September 17, 2003 08:51 PM

    for 4.6 you can use pub.web:documentToRecord and pub.web:recordToDocument

    Thanks,
    Pankaj


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


  • 5.  RE: Handle Malformed XML using query document

    Posted Wed September 17, 2003 09:56 PM

    I tried with documentToRecord it give me an error like missing tag …


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