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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Cannot run the service Service Exception

    Posted 02/06/03 08:02 PM

    Hello Everyone,

    I’m trying to use a remote invoke and pass XML data from my gateway server to my hub server and I running into an error “Cannot run the service … Service Exception”

    I’m running 4.01 on both servers.

    I’ve set my alias within the administration function (tested the connection:it worked) and applied it to the set value of the remote invoke service along with the service I’d like to run on my hub. I’ve also set the scope to “Session”.

    The ACLs on both servers match. But when I try to run it I get an error.


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


  • 2.  RE: Cannot run the service Service Exception

    Posted 02/06/03 09:48 PM

    what’s the error log on the hub server say?


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


  • 3.  RE: Cannot run the service Service Exception

    Posted 02/07/03 04:47 PM

    a) You want to test whether or not the service is being invoked in the first place. This can be done by having a pub.flow:savePipelineToFile as the first step in your service on the hub server. If the service on the hub server is being invoked succesfully, you should be able to restore the pipeline and step through the flow to see where the error is coming from. If your service is invoking a bunch of internal services, this error can come from one of the internal services.

    b) For testing purpose, it is not a bad idea to set the default access mode (Security–>Ports) to “allow by default” on the hub server and set the ACL on the sevice to “anonymous”.


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