Two Laptop Bag
The moose likes Web Services and the fly likes Creation of RPC program Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Creation of RPC program " Watch "Creation of RPC program " New topic
Author

Creation of RPC program

Eung maeng
Ranch Hand

Joined: Feb 10, 2002
Posts: 68
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
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 ]

Android appsImageJ pluginsJava web charts
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
Are you asking about:
  • ONC RPC
  • DCE/RPC
  • XML-RPC
  • JAX-RPC
  • ???

    ONC RPC -> RemoteTea
    [ December 03, 2007: Message edited by: Peer Reynders ]

    "Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
    Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Creation of RPC program
     
    Similar Threads
    Creating JAX-WS Client in J2ME
    About RPC
    Invoking webservice
    Axis or WSAD Web Services
    how to implement XML-RPC