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.  Retreiving Data from published document

    Posted Fri February 13, 2004 02:04 PM

    hi professionals,
    I need to extract data from the published document which is created by the adapter notification and write it to a file
    can u guys help in extracting the data from the Published document
    thanks


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


  • 2.  RE: Retreiving Data from published document

    Posted Fri February 13, 2004 04:12 PM

    Hi,
    as far as I understand you need to create IS trigger subscribing to this published document and invoking the processing service which will write to file.This trigger will pass he document as input to service you will invoke and then you can do anything you want with it.I am assuming you are using 6+ version.

    Thanks
    Sam


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


  • 3.  RE: Retreiving Data from published document

    Posted Fri February 13, 2004 06:35 PM

    thanks shyam,
    i got ur idea but, i dont no how to subscribe to that particular document in the broker.
    can u pls help me out.
    urgent


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


  • 4.  RE: Retreiving Data from published document

    Posted Wed February 18, 2004 01:23 PM

    Hi all,

    I’d like to know if there’s a way to have a look to the documents that have been published to the broker.

    I’ve defined a process model with the Modeler in which the first step waits for the incoming of a certain type of document, but that never happens, and I’m quite sure that the document has been published. The only solution that comes to me is to make a trigger service by hand and see if all works fine.

    Any suggestion?

    Thanks in advance,

    Ignasi


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


  • 5.  RE: Retreiving Data from published document

    Posted Wed February 18, 2004 01:40 PM

    Hi,

    Documents can be verified (if published) by looking at document info in broker Admin (an IS package, in case you are not there yet). To view the content of document you can do 2 things. First and easy is to write a trigger to invoke a service which save the pipeline (and hence document) to file. Second is to enable broker document logging in database. The details are available in the Broker Administrator guide.

    HTH
    Ashok


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