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
Expand all | Collapse all

Publishing a recorddoc from IS to ES

  • 1.  Publishing a recorddoc from IS to ES

    Posted Thu October 24, 2002 02:57 PM

    Hi,

    I’m using wm.enterprise.listener.Admin:publishDocument service in one of my flow service to publish a record from IS to ES. The publishDocument’s service input is “recordln” of type Record. When I map this with a Pipeline In variable of type Record Reference, I’m getting a ClassCastException. Do you have any idea?
    I’m using IS 4.6

    Karthi


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


  • 2.  RE: Publishing a recorddoc from IS to ES

    Posted Wed October 30, 2002 01:50 PM

    you might want to check

    the BrokerPackageUserGuide
    which has info on how to set up the IS ES bridge so that you can publish docs back and forth
    we have this working but we used the bridge and flows under adapters in the the web Admin interface todo this
    (but they use wm.enterprise.listener.Admin:publishDocument )

    /Robert


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