-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in client when sending a message clear text messagse #45
Comments
I tried to reproduce that but failed. I was sending an unsigned, unencrypted, non-compressed messages without an issue. Do you have any additional libraries in your |
It works OK when the data is set with |
I see. When no
When instead calling
it works for me. That means: we could use that Charset by default if none is provided to work around that error? |
I wasn't aware of it. Yes, thanks. |
`AS2ClientRequest.setData (File, Charset)`; #45
The respective method without Charset got deprecated. |
Hi Philip,
When sending a message with no encryption, signature, or compression, the call
aSecuredMimePart.getInputStream() (AS2SenderModule:682) fails with Exception javax.activation.UnsupportedDataTypeException: no object DCH for MIME type application/xml.
Thanks, Ziv
The text was updated successfully, but these errors were encountered: