Thursday, March 31, 2011

JAX-WS with JBoss 6 Day 6 : SOAP header

SOAP Header is a mechanism for exchanging contextual data like data related WS-Security, WS-Addressing, WS-AtomicTransaction etc.

Thursday, March 24, 2011

JAX-WS with JBoss 6 Day 5 : Asynchronous

An asynchronous invocation of a Web service sends a request to the service endpoint and then immediately returns control to the client program without waiting for the response to return from the service.

Wednesday, March 23, 2011

JAX-WS with JBoss 6 Day 4 : Dispatch API

The Java API for XML-Based Web Services (JAX-WS) Web service client programming model supports both the Dispatch client API and the Dynamic Proxy client API.

Monday, March 21, 2011

JAX-WS with JBoss 6 Day 3 : SOAP Binding

A typical WSDL document consists of the following elements: "types," "message," and "portType" for the abstract definitions; "binding" and "service" for the concrete specification.

Sunday, March 20, 2011

JAX-WS with JBoss 6 Day 2 : MTOM

With Java API for XML-Based Web Services (JAX-WS), you can send binary attachments such as images or files along with Web services requests. JAX-WS adds support for optimized transmission of binary data as specified by SOAP Message Transmission Optimization Mechanism (MTOM).