Multiple choice technology web technology

JAX-RPC

  1. Can be used to generate server side and client side Java (Web Service) code from a WSDL

  2. Can be used to generate a WSDL from Java (Web Service) code

  3. Both A and B

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JAX-RPC (Java API for XML-based RPC) supports bidirectional code generation. Developers can use tooling like wscompile to generate Java client/server stubs from an existing WSDL document (top-down), or generate a WSDL definition from Java source files (bottom-up).