Author: Sanjay Mishra

SOAP PROTOCOL

Explain SOAP protocol ? SOAP defines the XML messages exchanged between the consumer and the provider . SOAP is the standard web services application protocol. It gives the communication mechanism to connect web services and...

Read More

SOAP Web Services

Explain SOAP Web Services ? SOAP is an acronym for Simple Object Access Protocol. SOAP web services are loosely coupled because the consumer, of a web service does not know its implementation details. The consumer is able to...

Read More

Web Service Architecture

Q. Explain the Web Services  Architecture ? A. A web services architecture consists: Service provider It provides the interface for the Web service and an application implementation and also responsible for creation of...

Read More

Web Services and their Types

 Overview of Web Services In enterprise application development Java Web Services play an important role . A web service can be specify as a client and server application that communicates over HTTP, and provides a communication...

Read More

Struts 2 with Maven & Eclipse

This is a very basic level of Struts 2 Configuration by using Maven and import on eclipse IDE, please follow the given steps .. Prerequisites Jdk 1.7 Eclipse kepler with m2e plug-in Maven 3.2.3 (Refer Article for know more about...

Read More