Java Web Services Question:
Download Job Interview Questions and Answers PDF
What is JAX-RPC?
Answer:
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.
Allowing a web service to be implemented at server side as a servlet/jsp or EJB container is the advantage of JAX-RPC.
Download Java Web Services Interview Questions And Answers
PDF
Previous Question | Next Question |
What is JAXP? | Explain the technologies included within JAX pack, i.e. JAXP, JAXB, JAXM, JAX-RPC, JAXR? |