| 1. |
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. 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. |
|