background image

Web Services Interoperability

<< Building and Running the Client | Binding XML Schema and Java Classes >>
<< Building and Running the Client | Binding XML Schema and Java Classes >>

Web Services Interoperability

Web Services Interoperability and JAX-WS
JAX-WS 2.0 supports the Web Services Interoperability (WS-I) Basic Profile Version 1.1. The
WS-I Basic Profile is a document that clarifies the SOAP 1.1 and WSDL 1.1 specifications to
promote SOAP interoperability. For links related to WS-I, see
"Further Information about
JAX-WS" on page 487
.
To support WS-I Basic Profile Version 1.1, the JAX-WS runtime supports doc/literal and
rpc/literal encodings for services, static ports, dynamic proxies, and DII.
Further Information about JAX-WS
For more information about JAX-WS and related technologies, see:
Java API for XML Web Services 2.0 specification
https://jax-ws.dev.java.net/spec-download.html
JAX-WS home
https://jax-ws.dev.java.net/
Simple Object Access Protocol (SOAP) 1.2 W3C Note
http://www.w3.org/TR/SOAP/
Web Services Description Language (WSDL) 1.1 W3C Note
http://www.w3.org/TR/wsdl
WS-I Basic Profile 1.1
http://www.ws-i.org
Further Information about JAX-WS
Chapter 16 · Building Web Services with JAX-WS
487