uCosminexus Application Server, Web Service Development Guide
This subsection describes the mapping of the binding extension element (wsdl:binding element) of WSDL binding to the method parameters.
The binding extension elements of the WSDL binding and the Java method parameters are mapped in accordance with the JAX-WS 2.2 specifications. The following figure shows an example of mapping:
Figure 15-11 Example of mapping the binding extension elements to the parameters
Table 15-16 Mapping the transport attribute value to javax.xml.ws.BindingType
| Sr.No | SOAP Version | transport attribute value | BindingType annotation value |
|---|---|---|---|
| 1 | SOAP 1.1 | http://schemas.xmlsoap.org/soap/http | http://schemas.xmlsoap.org/soap/http#1 |
| 2 | http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true | --#2 | |
| 3 | SOAP 1.2 | http://schemas.xmlsoap.org/soap/http#3 | http://www.w3.org/2003/05/soap/bindings/HTTP/ |
| 4 | http://www.w3.org/2003/05/soap/bindings/HTTP/ | http://www.w3.org/2003/05/soap/bindings/HTTP/ | |
| 5 | http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true | --#2 |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.