JAX-RPC stands for Java API for XML-based RPC. The RPC (Remote Procedure Call) is a mechanism that enables a remote procedure call from a client to be communicated to a remote server. JAX-RPC makes it easier for applications or Web services to call other applications or Web services. JAX-RPC provides a uniform APIs that enables developers to create Web service clients and access Web service servers based on SOAP. The current release of JAX-RPC requires the support of SOAP over HTTP for interoperability purposes. It works on steps:
|
Recommend the tutorial |
Ask Questions? Discuss: Java API for XML-based Remote Procedure Calls (JAX-RPC)
Post your Comment