Multiple choice technology web technology

What is Axis ?

  1. A Web service

  2. A tool to generate Web services from java classes.

  3. A tool to generate web service stubs.

  4. All of the above.

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

Apache Axis is a Java framework for web services. It can generate web services from existing Java classes (Java2WSDL) and generate client stubs from WSDL (WSDL2Java). It is a tool/framework, not a web service itself. Options B and C are both correct Axis capabilities.