Proper noun
JAX-RPC
(software) Abbreviation of Java API for XML-based RPC.
Standard (static) clients use the Service and Stub JAX-RPC interfaces, which correctly invoke Web Services that implement user-defined data types. Source: Internet
When a Java interface or class is annotated methods whose parameters, return values, and declared exceptions follow the rules defined in Section 5 of the JAX-RPC 1.1 specification describe Web service operations. Source: Internet
The sections that follow describe how to use BEA’s implementation of the JAX-RPC specification (Version 1.1) to invoke a Web Service from a Java client application. Source: Internet