TIBCO BusinessConnect SOAP Protocol 5.1.0 hotfix 2 has been released.

TIBCO BusinessConnect SOAP Protocol 5.1.0 hotfix 2 has been released.

book

Article ID: KB0104965

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect SOAP Protocol -
Not Applicable -

Description

Description:
TIBCO BusinessConnect SOAP Protocol 5.1.0 hotfix 2 has been released.

You can download this Hot Fix from the TIBCO Product Support FTP server using your eSupport username and password, at

           ftp://support-ftp.tibco.com

Once you have successfully logged into the server, you will find the hotfix packages under

           available_downloads/ActiveExchange/SOAP/5.1.0/hotfix-02/

Listed below is a summary of updates included. Please refer to the associated readme document for any additional information.

Closed Issues in 5.1.0-Hotfix2 (Current Release)

CR: 1-9UAESD

BC SOAP allows users to send SOAP Faults to trading partners. Users can
specify error details like error code and error description in faultDetail
element of the SOAP fault. This FaultDetail schema in SOAP Fault has
two elements, code & description, of type String. However, BC SOAP treats
the code element as an integer. As a result, if the value for code element
is not resolved to an Integer, it will be treated as 0.
This is causing valid code element values to be converted to 0.

This issue is fixed. Now value specified by user for code element will be
passed to the trading partners as-is. To retain the backward compatibility,
a value of "" for code element will be treated as "0".

======================================================================

Closed Issues in 5.1.0-Hotfix1

CR: 1-9408D7

BC SOAP Protocol is not able to receive messages larger than 2MB.

The timeout between MSH and BMH is by default set to 30 seconds. As a
result, any message that requires more time for transfer is not being
processed by the protocol.

This internal time out is set to 2 Hrs and now the protocol should be
able to receive messages of any size.

CR: 1-9AY41Y
BC SOAP protocol is not able to process multiple large messages. It is
running out of memory.
Changes have been made to fix the memory leaks in inbound message
processing. However, this fix still requires substantial memory (700M)
to process the incoming large messages (&gt8MB). But current fix releases
the memory once the message has been processed and hence can process
several large messages sequentially.

NOTE:This hotfix also fixes a problem where mustUnderstand and actor
attributes are present in requestHeader node of RESPONDER.REQUEST message.
Since BC SOAP protocol doesn't process these attributes, they are removed.

Issue/Introduction

TIBCO BusinessConnect SOAP Protocol 5.1.0 hotfix 2 has been released.

Environment

Product: TIBCO BusinessConnect SOAP Protocol Version: 5.1.0 OS: All --------------------