Answers

Question and Answer:

  Home  Java Web Services

⟩ What is JAX-RPC?

Java API for XML based RPC. Allows a java based web service that is to be invoked by a Java application provided the description, still being consistent with WSDL description. This can resemble as Java RMI over web services.

Allowing a web service to be implemented at server side as a servlet/jsp or EJB container is the advantage of JAX-RPC.

 137 views

More Questions for you: