Hello
Thanks for your answers. I don’t know how to share the bytes( ?? )
Anyway : I progressed since this morning :
My pdf contain an image and after processing (I send the xml capsule and a distant service extract the pdf)
The extract pdf can be opened but generate an error in ACreader. The image is no more visible.
After opening the pdf editor, it appear that there is a stream included in the pdf file (pretty sure it is the image)
This is the part which is corrupted by the base64encode.
I tried a javaservice using org.apache.commons.codec.binary.Base64 : Base64.encodeBase64(bytes)
Same result. I am not sure that is is possible to do what I want as the pdf is a combination of bytes and stream.
What I don’t understand anyway, is that I can send me properly the pdf using the pub.client.SMTP service passing the bytes into attachments and specifying encoding = “base64”
Really strange…
#Integration-Server-and-ESB#webMethods-General#webMethods