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.  publish document

    Posted 08/01/14 03:19 PM

    hello

    I am new user of WM and i want to publish a document to the client so what are the steps i have to follow…
    please help

    Thanks


    #broker
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 2.  RE: publish document

    Posted 08/02/14 12:37 AM

    Hi There,
    For newbies we always suggest to go through documentation, ( pub-sub model in your case ) as to get the idea behind the concept and how to implement it. If you stuck some where in understanding the concept/implementting the concept then someone will definitely try to assist.

    Thanks,


    #Universal-Messaging-Broker
    #broker
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: publish document

    Posted 08/04/14 11:34 AM

    If you want to publish a document to a specified client try using the deliver BIS in pub.publish folder.


    #broker
    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 4.  RE: publish document

    Posted 08/05/14 09:08 AM

    Iwant to publish a document locally and i followed these steps

    1.create a documenet of broker type and make it publisable type
    2. added some strings in it Id and NAME
    3. made a flow service in that servive i take input the same document that i created and inove a pub:publish:publish service.
    4. when i run dis service i give input ID is 12 and NAME is ROHIT i got a error and the error is that
    Exception: [ISS.0085.9160] Invalid input. ‘documentTypeName’ is a required parameter of type String

    please correct me where i wrong

    Thanks


    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: publish document

    Posted 08/05/14 09:31 AM

    Provide the absolute path of the document in “documentTypeName” field


    #webMethods
    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB


  • 6.  RE: publish document

    Posted 08/05/14 09:43 AM


  • 7.  RE: publish document

    Posted 08/05/14 11:11 AM

    Hello Dude,

    For a local publish broker connectivity is not needed. IS just acts as a broker. For more info. refer pub-sub guide.

    Follow the steps:

    Create a document say localDoc and add a string message and make it publishable (make sure IS is not connected to broker)

    Create a subscribing service (add a debugLog and write some message) and create a trigger as usual

    Run the publishable document directly and do a local publish or you can use publish BIS.

    Let me know if you still face issues.


    #Integration-Server-and-ESB
    #broker
    #webMethods
    #Universal-Messaging-Broker


  • 8.  RE: publish document

    Posted 08/05/14 11:32 AM

    stuck in subscribe side i created the trigger but confuse which service i can call for publish and which service i can call in trigger


    #broker
    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 9.  RE: publish document

    Posted 08/05/14 11:43 AM

    Are you using developer/designer?

    In the trigger use a subscribing service. The subscribing service just write a flow service which invokes debugLog and map the string field of the publishable document to the input of debugLog step.

    For publishing a document simply run the document from the run button. I hope I am not confusing you :stuck_out_tongue:


    #broker
    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker