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.  getting stepXML into a IS document

    Posted 08/14/14 09:07 AM

    Hi.
    When I invoke the pub.monitor.instanceSteps:getStepPipeline
    the output is an xml string.

    Is there a service the can convert this into a IS document, where the pipeline is displayed.
    I am running Version 9.5.1


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: getting stepXML into a IS document

    Posted 08/14/14 12:39 PM

    did you try to use: pub.monitor.process.instanceSteps:getStepDetails instead?
    Does it return the same info?


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: getting stepXML into a IS document

    Posted 08/18/14 06:14 AM

    Use
    WmPublic/pub.xml:xmlStringToXMLNode

    WmPublic/pub.xml:xmlNodeToDocument


    #Integration-Server-and-ESB
    #webMethods