1.1.3.2.2 WSDL-to-Tuxedo Service Metadata Keyword Mapping
The following table lists WSDL Element-to-Tuxedo Service Metadata Definition Keyword mapping rules.
Table 1-4 WSDL Element-to-Tuxedo Service Metadata Definition Mapping
WSDL Element | Corresponding Oracle Tuxedo Service Metadata Definition Keyword | Note |
---|---|---|
|
service
|
SALT proxy service name. The keyword value equals to the operation local name. |
tuxservice
|
SALT proxy service advertised name in Oracle Tuxedo system. If the wsdl operation local name is less than 15 characters, the keyword value equals to the operation local name, otherwise the keyword value is the first 15 characters of the operation local name. | |
|
inbuf=FML32
|
WSDL operation messages are always mapped as Oracle Tuxedo FML32 buffer types.
Please do not change the buffer type any way.
Note: For more information about wsdl message and FML32 buffer mapping, see XML-to-Tuxedo Data Type Mapping for External Web Services in the Oracle SALT Programming Web Services. |
|
outbuf=FML32
|
|
|
errbuf=FML32 |
Parent topic: Manual SALT Configuration