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
/wsdl:definitions
 /wsdl:portType
  /wsdl:operation
   @name
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.
/wsdl:definitions
 /wsdl:portType
  /wsdl:operation
   /wsdl:input
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.
/wsdl:definitions
 /wsdl:portType
  /wsdl:operation
   /wsdl:output
outbuf=FML32
/wsdl:definitions
 /wsdl:portType
  /wsdl:operation
   /wsdl:fault
errbuf=FML32