uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

16.1.8 Mapping SEI to binding

This subsection describes the mapping of Java SEI to WSDL binding (name attribute of the wsdl:binding element).

Organization of this subsection
(1) Mapping
(2) SOAP transport and transfer binding

(1) Mapping

The Java SEI and Web Service Implementation Class and WSDL binding are mapped in accordance with the JAX-WS 2.2 specifications. The following figure shows an example of mapping:

Figure 16-9 Example of mapping SEI to binding

[Figure]

The following are the rules for mapping SEI to binding:

(2) SOAP transport and transfer binding

When the javax.xml.ws.BindingType annotation is not used for customization, binding is performed using SOAP 1.1overHTTP for default mapping.

This means that http://schemas.xmlsoap.org/soap/http is specified in the transport attribute of the soap:binding element that is the child element of the wsdl:binding element.