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

QueryDocument service

  • 1.  QueryDocument service

    Posted Wed March 12, 2003 06:48 PM

    I am trying to receive an XML document in webMethods
    Integration Server using the $xmlData variable into a B2B
    flow service. I have defined a node as an input but I am not
    able to parse the contents of XML into the variables in my
    Flow Service. Can anyone help ?

    Thanks

    Prateek


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


  • 2.  RE: QueryDocument service

    Posted Wed March 12, 2003 06:48 PM

    Hi, Prateek.

    This sounds like a debugging exercise. Answers to the
    following questions may help you determine the exact nature
    of the issue:

    • Have you confirmed that the Flow is being invoked?
      Turning up the debug level of the server is one way to do
      this. Another is to check the Audit Log, if your Flow
      settings are not set to “None”.
    • Is the HTTP POST sending the variable name exactly as the
      Flow expects? webMethods uses the variable name $xmldata
      and not $xmlData as you indicated in your post.
    • Have you used pub.flow:savePipeline at the start of your
      Flow to capture the pipeline contents when the Flow begins?
    • What are the pipeline contents at the start of your Flow?
      If the pipeline is empty, your Flow is not being invoked.
      These are some preliminary steps. Hope it helps you get
      started.

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