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.  Problem with pub.remote:invoke Service

    Posted Fri June 24, 2011 11:08 PM

    How to invoke a remote Service using pub.remote:invoke when the Remote Service which you are calling takes some parameters as input.


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


  • 2.  RE: Problem with pub.remote:invoke Service

    Posted Sat June 25, 2011 11:35 AM

    When you invoke a remote service, all the inputs from the current pipeline will be sent… Drop variables/docs that are not required… In case if you think, pipeline data cannot be reduced bcoz of successive actions, use the Scope option that will restrict to set of inputs being sent…

    The output (all pipeline data) of the remote service will be sent back to the caller as response… See Built in services guide for more reference…

    HTH
    Senthil


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


  • 3.  RE: Problem with pub.remote:invoke Service

    Posted Sun December 02, 2012 04:50 PM

    Hi Team.

    I am trying the 'pub.remote:invoke’ service to invoke an IS operation but with a user which does not has a Administrator privilege. I am getting an 'Access denied ’ error. Please suggest how can I achieve this.


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


  • 4.  RE: Problem with pub.remote:invoke Service

    Posted Thu March 19, 2015 01:18 AM

    Hi Team!

    How to deal with the cluster during remote invoke? I have 2 nodes in a cluster and I would like to enable $clusterRetry so that invoke won’t fail if one of the nodes is down.

    Thanks in advance,
    Vignesh


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


  • 5.  RE: Problem with pub.remote:invoke Service

    Posted Thu March 19, 2015 01:32 AM

    Hi Team!

    How to deal with the cluster during remote invoke? I have 2 nodes in a cluster and I would like to enable $clusterRetry so that invoke won’t fail if one of the nodes is down.

    Thanks in advance,
    Vignesh


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


  • 6.  RE: Problem with pub.remote:invoke Service

    Posted Thu March 19, 2015 07:07 AM

    Vignesh,

    There are two scenarios

    1. a new request is sent to the server when the node is down
    2. a request is sent and the node goes down

    The first can be avoided if we configure the load balancer IP in the alias instead of the actual server.
    the second will be taken care by setting the parameter ($clusterRetry) which you already pointed out to true

    Hope this answers your query.

    -Kishore


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


  • 7.  RE: Problem with pub.remote:invoke Service

    Posted Fri March 20, 2015 02:50 AM

    Thanks Kishore!

    Now I have some idea to deal with the cluster.


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