Hi all, I'm trying to use Axis in Java to attach binary files to SOAP messages. All works well except when there are any bytes in the file with their high bit valued. Java has the annoying feature of not understanding the concept of unsigned bytes so converts those bytes to negative numbers. I've tried this with a FileInputStream and simply reading as a byte array but my data is still corrupted. Has anyone been able to overcome this issue?
Thanks, Mark [EMAIL PROTECTED] ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions USA, Inc. and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to [EMAIL PROTECTED] Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
