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.  Doc type sync service exists

    Posted Tue August 03, 2004 04:01 PM

    Within webMethods 6x, when you want to synchronize IS and broker documents, you need to manually do it via Developer.

    Considering deployment on production environment, manual actions via developer are not very recomanded. Thus, I am looking for a service that push/ull documents to/from broker that I could call via a script or flow in order to completely automate deployment.

    As far as I know that part of the webMethods API is not documented.
    Does anyone knows which method to call ?

    M.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Doc type sync service exists

    Posted Tue August 03, 2004 06:24 PM

    Hi Mathieu,
    as far as your question regarding the service is concerned, I see in WmRoot package, wm.broker.sync:listOutOfSyncs; this service returns all the documents currently out of sync;

    based on the output, and their syncState (status and source) you need to push to/pull from the broker.

    since it is service in WmRoot package, it is undocumented and not a preferred approach to automate… but I am sure this will lead to a solution for you…

    HTH,
    Saurabh.


    #webMethods
    #Integration-Server-and-ESB