Tag: web technology

Questions Related to web technology

  1. SOAP platform and language independent, allows to get around firewalls

  2. SOAP is based on HTML

  3. SOAP is designed to communicate through LAN

  4. All of the above


Correct Option: A
  1. Reuse

  2. Modularity

  3. Inheritance

  4. Componentization

  5. Granularity


Correct Option: A,B,D,E
  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


Correct Option: C
  1. shared data, processed data, form data

  2. shared data, pre-session data and temporary data

  3. shared data, post-session data and temporary data

  4. shared data, pre-session data and permanent data


Correct Option: B
  1. A standard way of integrating web-based applications

  2. One type of service that can be part of a Service Oriented Architecture

  3. Programmable XML-based service

  4. Only B and C

  5. Only A and B

  6. A, B and C


Correct Option: F
  1. To read and write to-from a UDDI registry using SOAP messages

  2. To read and write to-from an ebXML registry using SOAP messages

  3. Both A and B

  4. None of the above


Correct Option: C
  1. java:RPC, java:EJB

  2. java:WSDL, java:UDDI

  3. java:eb-xml, java:SOAP

  4. None of the above


Correct Option: A
  1. Apache ANT

  2. Apache Tomcat

  3. Jakarta Struts

  4. Apache Axis


Correct Option: D
Explanation:

To solve this question, the user needs to have knowledge about SOAP, web services, and open-source technologies.

SOAP (Simple Object Access Protocol) is a messaging protocol that allows for the exchange of structured information between different application systems. SOAP is based on XML and is typically used in web services to enable communication between different applications.

Open-source software is software with source code that is available to the public, allowing anyone to use, modify, or distribute the software.

Now, let's go through each option and explain why it is right or wrong:

A. Apache ANT - Apache ANT is a Java-based build tool used for compiling and building software. It is not a SOAP server or client, so this option is incorrect.

B. Apache Tomcat - Apache Tomcat is a web server and servlet container used for hosting Java-based web applications. It is not a SOAP server or client, so this option is incorrect.

C. Jakarta Struts - Jakarta Struts is a framework for building web applications in Java. It is not a SOAP server or client, so this option is incorrect.

D. Apache Axis - Apache Axis is an open-source SOAP server and client framework for building web services in Java. It supports both the SOAP 1.1 and SOAP 1.2 specifications and provides a range of tools and APIs for working with SOAP-based web services. Therefore, the correct answer is:

The Answer is: D. Apache Axis

  1. a W3C standard

  2. Not a W3C standard

  3. Microsoft’s standard

  4. IBM’s standard


Correct Option: B
  1. SOAP, UDDI, XML

  2. HTTP, WSDL

  3. UDDI, XML, SOAP,XML-RPC

  4. SOAP, UDDI, WSDL


Correct Option: D