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

ParseXML after HTTP Poll in ES XML Adapter

  • 1.  ParseXML after HTTP Poll in ES XML Adapter

    Posted Wed March 19, 2003 10:03 AM

    Hi,
    I have created an HTTP Poll operation using ES XML adapter.
    Now that I receive the byte stream which is byte, which contains XML document, how do I Parse that Byte stream using ParseXML config op or do I have to use one of the standard parsers like xerces in a custom step method?


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


  • 2.  RE: ParseXML after HTTP Poll in ES XML Adapter

    Posted Thu March 20, 2003 11:06 AM

    You just need to create a ParseXML operation whose input is the byte. You will need a DTD or XSD which defines the structure of the incoming XML payload. You do not have to specify your own parser. I believe the XML Adapter uses Xerces under the convers, but this is all abstracted away for you.


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