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.  Publish and Wait

    Posted Thu November 17, 2005 04:31 PM

    Hi, new here

    Got a question on using Publish-and-Wait:

    When we specify the “Recieved Document Name”, should I publish this document back to the Broker or does Publish-and-Wait know to pick up it up from the targeting service?

    Thanks for the help in advance! =)


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


  • 2.  RE: Publish and Wait

    Posted Thu November 17, 2005 05:06 PM

    Hi Henry,

    you have to use service “reply” (in WmPublic package i think) in target service to send back a document. In Advantage there is a special wM developer publish and subscribe guide


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


  • 3.  RE: Publish and Wait

    Posted Thu November 17, 2005 05:28 PM

    Henry and Arslan,

    Welcome to WMUsers! Take a second to join the great community here.

    The Publish-Subscribe Developer’s Guide can be found in the \Developer\Doc\Guides folder as well as on Advantage. You may also want to review the description for the pub.publish:publishReply service.

    The service processing the document type published by publishAndWait should use publishReply to publish a response document type to the broker. There is no option to retrieve a document type directly from a service. Request/reply routing is handled by the broker not be the publishing or replying services themselves.

    Mark


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


  • 4.  RE: Publish and Wait

    Posted Thu November 17, 2005 05:35 PM

    Correct me if I’m wrong Mark, but I think the service of interest here is pub.publish:reply rather than publishReply.


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


  • 5.  RE: Publish and Wait

    Posted Thu November 17, 2005 06:03 PM

    Oops. You are correct. The correct name of the service is pub.publish:reply.

    Good catch.


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


  • 6.  RE: Publish and Wait

    Posted Thu November 17, 2005 06:29 PM