Table of Contents Previous Next PDF


SALT 12c Release 2 (12.2.2) Release Notes

SALT 12c Release 2 (12.2.2)
Release Notes
Date: April 2016
The following topics are discussed in this section:
About This SALT Release
SALT 12c Release 2 (12.2.2)
What’s New and Improved
This release introduces the following features:
Custom SOAP Headers
This feature enables use application specific headers in SOAP messages when accessing Tuxedo services using SOAP/http. This feature leverages the existing tpsetcallinfo() and tpgetcallinfo() APIs to place/retrieve data into/from the SOAP header for inbound/outbound directions.
For more information, see tpsetcallinfo(), tpgetcallinfo(), Enabling the SALT Configuration Tool, Custom SOAP Headers in the SALT Configuration Guide.
RECORD Buffer Type Support
RECORD buffer type is now supported in SALT. RECORD buffer type is a flexible way to correctly and completely represent COBOL copybook records.
RECORD buffers are used in SALT to expose mainframe transactions and ART Transactions as Web services and to access Web services from these transactions.
For more information, see Using Oracle Tuxedo Service Metadata Repository for SALT, and Tuxedo-to-XML Data Type Mapping for Oracle Tuxedo Services.
Mainframe Transaction Publisher for SALT
This release of SALT makes it easier for transactions running in IBM mainframe’s CICS/IMS environments to be exported as Web services (SOAP/http or RESTful Web services). In addition, such mainframe transactions can also access external Web services using SOAP/http or RESTful API. Such integration is completely configuration driven and no code development is needed.
SALT includes tools, such as wscobolcvt, which allow to import COBOL copybook and create metadata repository artifacts, WSDL and other required configuration to expose mainframe transactions as Web services. Similarly, tools allow import of a WSDL for external Web service and create required artifacts for mainframe transactions to access external Web services.
For more information see, wscobolcvt, SALT Mainframe Transaction Publisher, and XML-to-Tuxedo Data Type Mapping for External Web Services.
New Tuxedo Services Console
For more information, see TMADMSVR and SALT Mainframe Transaction Publisher.
Single-Sign-on with Oracle Access Manager
This release of SALT integrates with Oracle Access Manager (OAM) seamlessly, with automatic detection of the OAM authentication server configuration and handling of OAM tokens. This achieves single sign-on at the HTTP level for support of secure SOAP and REST access.
For more information see Configuring Oracle Tuxedo Web Services, Configuring Security Features.
Upgrade Considerations
If a previous SALT release is installed, it must be uninstalled before installing SALT 12c Release 2 (12.2.2). SALT 12c Release 2 (12.2.2) cannot co-exist with a previous SALT installation on the same Oracle Tuxedo installation.
For information, see Migrating from SALT 1.1 Application in the SALT Configuration Guide.
SALT Installation Prerequisites
Before installing SALT 12c Release 2 (12.2.2), you must ensure that Oracle Tuxedo 12c Release 2 (12.2.2) is installed.
SALT 12c Release 2 (12.2.2) is included in Oracle Tuxedo 12c Release 2 (12.2.2) installer. For more information, see the Oracle Tuxedo 12c Release 2 (12.2.2) Installation Guide.
SALT Platform Support
SALT 12c Release 2 (12.2.2) supports the same platforms as Oracle Tuxedo 12c Release 2 (12.2.2).
Interoperability Considerations
SALT 12c Release 2 (12.2.2) is compatible with (and supports), most industry-standard Web service development toolkits. For more information, see Interoperability Considerations in the SALT Interoperability Guide.
Known Issues
The following sections describe known problems in SALT 12c Release 2 (12.2.2). Entries include a description of the problem, and a workaround or solution where appropriate.
Each problem is listed by the BugDB number.
Web Services
 
Problem: Invoking an external Web Service using RECORD/COBOL results in accuracy issue with decimal fields.
Workaround: None, this will be corrected in RP01l
Workaround: Modify the generated code to send the expected occurrences, and process the responses, by using the item number parameter in the setters and getters. This will be corrected in RP01.
Workaround: Modify Web Service interface to remove the above mentioned restrictions.
Interoperability
 
This affects the invocation of external Web Services from Oracle Tuxedo on WLS 12c onward. JAX-WS uses "elementFormDefault=unqualified" as default, while Oracle SALT uses "qualified".
Workaround: Generate the JAX-WS service with setting elementFormDefault, preferably "qualified" for the best interoperability with Oracle SALT.
See Also

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.