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.  Broker

    Posted 10/07/02 02:43 PM

    i’m trying to run the example in EntireX javaWrapper. these are the following steps i followed:

    1. loaded Example.idl to workbench,
    2. generated client and server,
    3. compiled all the 3 java programs(myClient.java,
    ExampleServer.java, ClientApplet.java),
    4. i run the program from workbench…

    It threw an error relating to Broker. so, i created a Broker. set the broker name appropriatly in the properties of Example.idl.

    Now, it gave error as “service not registered.”

    doubts:
    1. while creating broker, how to set the service,
    client, such properties?

    2. in this program, where to configure the broker to assign a client and server?

    regards…


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Broker

    Posted 10/07/02 04:39 PM

    The Rpc server must be running. To run the samples in the “java wrapper” directory you need to run the jrpcserver. This can be found in the EntireX\bin directory. My recommendation to you is to copy the jrpcserver.bat from the ‘bin’ directory to the ‘examples\java wrapper’ directory, then modify the jrpcserver.bat to change the CLASSPATH to include the current directory, ie.

    SET classpath=F:\PROGRA~1\SOFTWA~1\EntireX\classes\entxrt.jar;.

    (note the trailing . is the current directory).

    Run the jrpcserver.bat and afterwards the example clients (power, calc and hello) should work sucessfully.

    Hope this helps,
    Stuart Fyffe-Collins


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 3.  RE: Broker

    Posted 10/10/02 07:58 AM

    Thanks for ur reply.

    It helped me a lot to have a quick start.

    regards
    sha


    #Mainframe-Integration
    #webMethods
    #EntireX