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
  • 1.  Trouble Subscribing to Broker Document

    Posted Thu April 22, 2004 10:01 PM

    Hello,

    To subscribe to a broker document, we have created a document type on our IS based on the broker document. We then define a trigger that fires a service when the document is seen on our IS.

    The trigger does indeed launch the service, but upon trying to do ANYTHING with the data in the document, we receive this error message:

    “Copy failed: No source data available: to=/message, from=/BadLoadSSRFileDT/Emplid”

    We have verified with both SavePipelineToFile and TracePipeline that the data does reside in the document type. Our goal is to send the data in the document via the SMTP service. When that failed, we resorted to the simple service debugLog to try and output a single field from the Document Type. Anything we try results in the above message.

    Any clue on what we’ve missed?

    thanks,

    Kelly


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


  • 2.  RE: Trouble Subscribing to Broker Document

    Posted Thu April 22, 2004 10:40 PM

    Kelly,

    The input signature for the service invoked by the trigger needs to contain a document reference to the publishable document type and the name for this document reference MUST be the fully qualified name of the publishable document type.

    Are you following this rule?

    HTH


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


  • 3.  RE: Trouble Subscribing to Broker Document

    Posted Fri April 23, 2004 02:02 PM

    Thank you so much Janusz! The name of our document reference in the input signature was NOT the fully qualified name of the document type. Upon deleting the reference and recreating using the rule you mention, everything works as expected!

    Thanks again,

    Kelly


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