Hi Experts,
I have been trying to change the email attachment name while I send an email through UMS Adapter on Oracle SOA BPEL 12c.
I tried following properties one at a time. None of them seem to be working . Please advise.
<bpelx:toProperty name="jca.ums.msg.content-type">"text/plain; charset=UTF-8; name=filename1.txt;"</bpelx:toProperty>
<bpelx:toProperty name="jca.ums.msg.content-disposition">'attachment; filename="filename2.txt";'</bpelx:toProperty>
<bpelx:toProperty name="jca.ums.Content-Disposition">'attachment; name="filename3.txt";'</bpelx:toProperty>
<bpelx:toProperty name="jca.ums.Content-Type">'name="filename4.txt";'</bpelx:toProperty>
<bpelx:toProperty name="jca.ums.part.content-type">"text/plain; charset=UTF-8; name=filename5.txt;"</bpelx:toProperty>
Thanks for your help in advance!!