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
Expand all | Collapse all

Get XML Node To Query from String

  • 1.  Get XML Node To Query from String

    Posted Mon March 03, 2008 03:03 PM

    I user getFile to load a file as bytes that contains all my parameters for my service. I want to then convert it to a XMLNode so I can then query it. How do I do this? I can even convert those bytestToString but I still will be 1 step away from an XML node.

    I looked at the load XMLNode but it wants a URL. I don’t want to use the pub directory and load it as an HTTP call I want to load the file directly from getFile. Using the URL is just adding possible breaking points by going over HTTP to get the file.

    Thanks.


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


  • 2.  RE: Get XML Node To Query from String

    Posted Mon March 03, 2008 04:24 PM

    getFile
    bytesToString
    xmlStringToXMLNode


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