Products | Versions |
---|---|
TIBCO BusinessConnect SOAP Protocol | 6.1.0 |
TIBCO BusinessConnect SOAP Protocol 6.1.0 hotfix 3 has been released..
You can download this Hot Fix from the TIBCO Product Support server using your TIBCO Support Central (TSC) username (email address) and password, at
mft.tibco.com
mft.tibco.com supports FTP, HTTPS, and SFTP.
Once you have successfully logged into the server, you will find the hotfix packages under
/AvailableDownloads/BusinessConnect/SOAP/6.1.0/hotfix-03
Listed below is a summary of updates included. Please refer to the associated readme document for any additional information.
Closed Issues in 6.1.0_HF-003 (This Release)
SOAP-781
The BusinessConnect SOAP Protocol threw an exception for a SOAP request if a trading partner terminated the connection without waiting for a response.
The issue has been fixed.
SOAP-1245
When a private process responded with the '0' (zero) status code, the BusinessConnect SOAP Protocol did not log the status code in the audit log
and the trace log.
The issue has been fixed.
SOAP-1284
The BusinessConnect SOAP Protocol failed to parse the body schema that used the"xsi" prefix namespace.
The issue has been fixed.
SOAP-1292
While receiving a SOAP request without the <to> field in the SOAP header, the BusinessConnect SOAP Protocol failed to handle the inbound SOAP request.
The issue has been fixed.
================================================================================
Closed Issues in 6.1.0_HF-002
SOAP-959
SOAP messages that contained empty namespace (xmlns="") referring to the
default namespace could not be processed by BusinessConnect SOAP Protocol.
This has been fixed.
SOAP-1250
SOAP messages that contained XML comments could not be processed by
BusinessConnect SOAP Protocol and a SOAP Fault with the error code of 920
would be replied.
This has been fixed.
Notice: After the fix the SOAP messages with XML comments will be
processed, however the comments will be trimmed from the XML documents.
SOAP-1267
When a SOAP message header contained no domain element, the value of the
name element was treated as the name of the trading partner where the message
was from. Customers requested that the same behavior should be used when the
SOAP message header contained the domain element and this element was empty,
such as "<Domain></Domain>".
This has been enhanced. A new boolean property "soap.treatEmptyDomainAsNull"
has been introduced. When a SOAP message header contains an empty domain element,
if this new property is set to "true", the value of the name element is treated
as the name of the trading partner.
To configure this property, go to BusinessConnect > System Settings >
Activated Protocol Plug-ins and Properties > SOAP.
================================================================================
Closed Issues in 6.1.0_HF-001
SOAP-1227
Configuration export/import to WSDL did not support WSS security token.
SOAP-1248
BusinessConnect SOAP Protocol did not support transferring large payloads by using file references between BusinessConnect servers and private process engines.
This has been fixed. A new property "bc.soap.pp.fileref.threshold" is introduced, with integer as the value type. Payload larger than this value will be transferred via file reference; the "requestFile" field in the RESPONDER.REQUEST message and the "responseFile" field in the INITIATOR.RESPONSE message carry the file references, which refer to the files in file system. The "shared file location" is used for storing these temporary files.
To configure this property, go to BusinessConnect > System Settings > Activated Protocol Plug-ins and Properties > SOAP.
SOAP-1249
If inbound messages were larger than Data Streaming Threshold set in the GatewayServer HTTP inbound transport, the inbound messages were stored in temporary files but not removed after the inbound messages were processed.
SOAP-1251
TIBCO BusinessConnect SOAP Protocol did not support the SHA256, SHA384, and SHA512 digesting algorithms for signatures of outbound messages.
SOAP-1254
TIBCO BusinessConnect SOAP Protocol did not include Transaction ID for inbound duplicate detecting, which is asked by some customers.
This has been enhanced. A new boolean property "soap.dupDetect.txnID.included" has been introduced, which enables the Transaction ID to be included in detecting if an inbound message is duplicated if it is set to "true".
Another boolean property "soap.duplicate.reject" is introduced to determine whether a inbound duplicate message is rejected, or still
forwarded to private process.
Both of the these two properties are configurable in BusinessConnect > System Settings > Activated Protocol Plug-ins and Properties > SOAP.
SOAP-1262
TIBCO BusinessConnect SOAP Protocol did not support using RSA_OAEP as the symmetric key exchange encryption algorithm for outbound transactions.
This has been fixed. A new property "soap.ob.keyExchange.algo" has been introduced with three value options: "rsa-1_5", "rsa-oaep", and "rsa-oaep-mgf1p"; choose the right value to enable certain algorithm. The default value is "rsa-1_5" if this property is not configured.
To configure this property, go to BusinessConnect > System Settings > Activated Protocol Plug-ins and Properties > SOAP.