Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Description:
Closed Issues in 6.0.0_HF-001 (This Release)
ER: SOAP-1233
BusinessConnect SOAP Protocol didn't support transferring large payloads in using
file references between BusinessConnect servers and private process engines.
This has been fixed.
A new property "bc.soap.pp.fileref.threshold" was introduced, with integer as the
value type. Payload larger than this value will be transferred via file reference;
"requestFile" field in RESPONDER.REQUEST message and "responseFile" field in
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 > Active Protocol
Plug-ins and Properties > SOAP.
ER: SOAP-1238
When inbound messages were larger than Data Streaming Threshold (KB) setting
in GatewayServer HTTP inbound transport, the inbound messages were stored in
temporary files but not removed after they were processed.
This has been fixed.