webMethods

webMethods

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.  Java Client Code

    Posted Mon January 05, 2004 06:06 PM

    Hi ,

    When we generate the Java Client Code and run that java file,what is the protocol that is used to connect to the integration server?
    Is it RMI-IIOP or RMI???

    thanks
    pawan


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


  • 2.  RE: Java Client Code

    Posted Mon January 05, 2004 06:29 PM

    Client code uses a higher level protocol “http” to communicate with server.


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


  • 3.  RE: Java Client Code

    Posted Mon January 05, 2004 07:40 PM


  • 4.  RE: Java Client Code

    Posted Mon January 05, 2004 08:03 PM

    But how is flow service in the server called? If it uses HTTP, how is the method called? ie; if the request is posted to the server,the attributes shud be included into the request object right? I dont see that happening in the code…
    And How does the look up for the server happen?


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


  • 5.  RE: Java Client Code

    Posted Mon January 05, 2004 09:07 PM

    When running an IS client you use the Context object to define the host and port you are talking to. The underlying protocol is HTTP over TCP/IP and payload is a proprietary binary encoding. A special ContentType is set and IS has a ContentHandler for this particular encoding.

    HTH,
    Fred


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