Does anyone know where I can get the example program or document for RPC program? Currently, I am trying to create the RPC program for client-server for request/reply.
Kind Regards,
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
The http://faq.javaranch.com/java/WebServicesFaq links to various articles that show how to do this, e.g. this one, which uses the obsolete JAX-RPC API, and this one, which is based on the more modern JAX-WS API. Which API are you planning to use? [ December 03, 2007: Message edited by: Ulf Dittmer ]