Category: Web Services

REST Service Annotation

REST Service Annotation RESTful web services are easy to develop, and they have the ability to produce and consume different types of media i.e. information. In most cases, REST web services are encouraged for services that will...

Read More

Web Services Security

Web Services Security Overview Web services technologies and  the usual methods of securing applications are not relevant anymore. New challenges have arisen from the very paradigm of Web services, which remain unaddressed by...

Read More

RESTful Web Services

OVERVIEW Of RESTful Web Services RESTful Web Services are defined as JSR 339. REST is an architectural style which is based on web-standards and the HTTP protocol. REST was first represented by Roy Fielding in the year 2000. And...

Read More

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
Loading