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

Canbt receive the value from the published document

  • 1.  Canbt receive the value from the published document

    Posted Tue December 06, 2005 06:09 PM

    IS 6.1

    I have one publishable document �Doc01�, one flow �publishDoc01� to publish that document, one flow �receiveDoc01� to receive this document and a trigger �triger01� to invoke �receiveDoc01�.

    When I run �publishDoc01�, I can see that �receiveDoc01� is invoked but it can�t get the value from �publishDoc01�. I put �Doc01� as the input of �receiveDoc01�, then, I map �Doc01/str01� to debuglog,

    Could anyone help me out of this?
    Thank you!


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


  • 2.  RE: Canbt receive the value from the published document

    Posted Tue December 06, 2005 06:22 PM

    Rename your document to specify the complete namespace.

    eg, receiveDoc01 should have a input document(or reference) named <namespace>:Doc01 which is the one that should be mapped subsequently.


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


  • 3.  RE: Canbt receive the value from the published document

    Posted Wed December 07, 2005 06:31 PM