Dear RMG,
I am passing data as stream.And its working fine when i am setting
Content-Type: application/XML; name=filename
Content-Disposition: attachment;filename=c.xml
But In our client requirement ‘a’ will be main folder and ‘b’ is sub folder and c is the actual xml file.
when i am settting content-type = application/XML; name=filename.xml
and content-disposition= attachment; filename=a/b/c.xml
we got below error:-
Unable to construct mime message
javax.mail.internet.ParseException
Expected ';', got "/"
javax.mail.internet.ParseException: Expected ';', got "/"
at javax.mail.internet.ParameterList.(ParameterList.java:280)
at javax.mail.internet.ContentDisposition.(ContentDisposition.java:96)
at javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1340)
we are using wM8.2 version
Please refer attach screen shot for EDIINT send inputs
#webMethods#edi#Integration-Server-and-ESB