Java Client Code

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

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

TCP/IP.

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?

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