Problem
The TIBCO ActiveMatrix BusinessWorks Administration document explains it best (last seen here)
https://www.tibcocommunity.com/thread/13797?tstart=1425
The TIBCO ActiveMatrix BusinessWorks Administration document explains it best (last seen here)
In previous releases, when the content-type of an incoming message was "multipart/*", the first part of the message was presented as the POSTDATA. This is incorrect according to MIME specification.Solution
The bw.plugin.http.handleAllMimePartsAsAttachment property fixes this problem.Development
If this property is set to true and the top-level content-type of the incoming HTTP message is "multipart/*", then an HTTP Receiver will present all the MIME parts as attachments and the POSTDATA field will be empty. If this property is set to false (the default value), backward compatibility is maintained and the first MIME part is presented as the POSTDATA.
N.B. Do not check the Parse Post Method Data field on the HTTP Receiver process starter when this property is set to true. This causes an error to be thrown.
- Simply add the following line to your <designer_home>/<version%gt;
/properties.cfg file (create it, if it doesn't already exist). - bw.plugin.http.handleAllMimePartsAsAttachment=true
- Restart Designer
- At run time, append it to the deployed .tra file.
https://www.tibcocommunity.com/thread/13797?tstart=1425
No comments:
Post a Comment