uCosminexus Service Platform, Basic Development Guide

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

2.2.2 SOAP mode to be used

Select the SOAP mode to be used, before developing system with the service platform.

This section describes the type of SOAP mode and support range of each mode.

Organization of this subsection
(1) Types of SOAP mode
(2) Support range of the SOAP modes

(1) Types of SOAP mode

Types of SOAP mode and standard environment as well as execution environment of the corresponding Web service are as follows:

(2) Support range of the SOAP modes

Following table shows the functions of reception, service adapter and business process as well as correspondence of SOAP mode:

Table 2-2 Support range of the SOAP modes

Classification Function name SOAP mode
1.1 1.1/1.2 combined
Reception Standard reception(Web service(SOAP1.1)) Y Y
Standard reception(Web service(SOAP1.2)) N Y
Standard reception(SessionBean) Y Y
Standard reception(MDB(WS-R)) Y N
Standard reception(MDB(DB queue)) Y Y
User-defined reception Y Y
Service adapter SOAP adapter Y Y
SessionBean adapter Y N
MDB(WS-R)adapter Y N
MDB(DB queue)adapter Y Y
DB adapter Y Y
TP1 adapter Y Y
File adapter Y Y
Object Access adapter Y Y
Message Queue adapter Y Y
FTP adapter Y Y
File operation adapter Y Y
Mail adapter Y Y
HTTP adapter Y Y
Custom adapter Y Y
Business process Business process Y Y

(Legend)
Y: Supports.
N: Does not support.

Following table describes the correspondence between WSDL definition style and the SOAP mode:

Table 2-3 Support range of the SOAP modes (WSDL definition style)

SOAP version WSDL definition style SOAP mode
1.1 1.1/1.2 combined
SOAP1.1 rpc/literal Y N
document/literal Y Y
SOAP1.2 rpc/literal N N
document/literal N Y

Legend:
Y: Supports.
N: Does not support.

For the relation between service components that use SOAP mode and Web service, see "2.6.1 Applicability of the service components that use Web service".