Jump to content

Need help for sending a file as an attachment with chinese character in file name using Send HTTP Request activity in Tibco BW6


Recommended Posts

I am trying to send a file as an attachment in chinese characters in the file name using Send HTTP Request acitivity.

But getting error : "Required MultipartFile parameter 'file' is not present"

The existing Header and MimeEnvelope is working for file name with English characters.

Below is the request that I am sending :

Can you please help with this issue ?

 <Headers>

  <Accept>*</Accept>

  <Accept-Charset>*</Accept-Charset>

  <Accept-Encoding>*</Accept-Encoding>

  <Content-Type>multipart/form-data</Content-Type>

 </Headers>

 <DynamicHeaders/>

 <tns:mimeEnvelopeElement>

  <mimePart>

   <mimeHeaders>

    <content-disposition>*; name='file'; filename='九州電力サポートライセンス変更に伴う署名.pdf'</content-disposition>

    <content-type>multipart/form-data</content-type>

   </mimeHeaders>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...