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.  Filtering service on Reverse Invoke Server

    Posted Fri April 16, 2004 02:42 PM

    Does anyone have any experience with a filtering service on the Reverse Invoke server? I’m trying to build one, but I didn’t manage to get any data. I managed to find out that the input parameter should be contentStream. I tried to convert this with bytesToStream, streamToBytes etc, but nothing seems to work.
    Any suggestions?


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


  • 2.  RE: Filtering service on Reverse Invoke Server

    Posted Fri April 23, 2004 08:48 AM

    John,

    Thanks. I just found this sample on advantage too. But I was hoping I wouldn’t need my Java manual, and just use some flow services.

    Andre


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


  • 3.  RE: Filtering service on Reverse Invoke Server

    Posted Fri April 23, 2004 02:04 PM

    Found it - pub.flow:getTransportInfo gives me all the info I need.


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


  • 4.  RE: Filtering service on Reverse Invoke Server

    Posted Thu May 27, 2004 07:34 PM

    Hi Andre

    I am looking to do the same thing, so were you able to us the service mentioned above without having to do any Java devs. If so how did you set this up on the RI server?

    Thanks Natasha


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


  • 5.  RE: Filtering service on Reverse Invoke Server

    Posted Wed June 02, 2004 03:21 PM

    Yes it worked, I’ve defined these extended settings:

    watt.server.revInvoke.filterSvcName=logging:logthroughput
    watt.server.revInvoke.filterSvcContentTypes=*
    watt.server.revInvoke.errorSvcName=logging:errorInLogging

    and the service logging:logthroughput uses getTransportInfo to get the transport info. This contains all the information I need.


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