Web Services

Submitted by: Submitted by

Views: 200

Words: 266

Pages: 2

Category: Other Topics

Date Submitted: 10/23/2012 07:15 PM

Report This Essay

1. Overview

➢ What is Web service?

➢ How it Works?

➢ Why Web Service?

➢ Web Service Elements

➢ How SOA and Web Service Relates?

2. SOAP – Simple Object Access Protocol

➢ Overview

➢ SOAP Structure

➢ SOAP Faults, Attachments

➢ SOAP Messaging and HTTP Binding

➢ SOAP Styles and Encoding

3. WSDL – Web service description language

➢ Overview

➢ XML Namespace and XML Schema Overview

➢ WSDL elements

➢ WSDL Document

▪ Abstract Definition

▪ Concrete Definition

4. Environment Configuration

➢ Install Tomcat

➢ Install Eclipse

➢ Install JAXWS RI

5. Introduction to Java Web services

➢ JAX-WS and JSR 181

➢ Service Definition With @WebService and other annotations

➢ Simple Web service with JAX-WS

➢ The Service Endpoint Interface SEI

➢ Programming Model/ Implementation Approach

▪ Bottom up approach

▪ Top Down approach

➢ JAX-WS Client

➢ Writing a JAX WS client

➢ Dynamic Clients

6. JAX-WS handlers

➢ Overview

➢ Types of Handlers

▪ Logical Handlers

▪ SOAP Handlers

➢ Difference Between Logical & Soap Handler

➢ Examples using Handlers

7. JAXB – Java Architecture for XML Bindings

➢ Overview

➢ How to write and create XSD?

➢ Generate Java Objects from XSD

➢ Generate XML From Java Objects

8. Security with examples

➢ Java EE Security / Role Based Security

➢ Securing Web Services with BASIC Authentication

➢ Transport Security / HTTPS

➢ Securing Web Services with HTTPS

➢ WSS (WS-Security) Overview

9. Web Service * - Overview

➢ WS-RM

➢ WS-AT

➢ WS-Addressing

10. Web...