13 years ago
Unable to run Soap UI in Ubuntu with Base64 Encoded Data
Hi,
I am using Ubuntu as my development environment. I have a Web Service in which i am sending a PDF document encoded in Base64 format in-lined in web service. When i am consuming the web service using a Java program and running it, its working fine. But when i try to upload the Base 64 Encoded PDF using Soap UI... Its giving me an Error like "Invalid File". And in the logs it is showing "PDF Signature Exception". When i tried to debug it, the Base64 Encoded file is getting chunked and the End point Java program is unable to recognize it.
Any one please help me in solving this...
I am using Ubuntu as my development environment. I have a Web Service in which i am sending a PDF document encoded in Base64 format in-lined in web service. When i am consuming the web service using a Java program and running it, its working fine. But when i try to upload the Base 64 Encoded PDF using Soap UI... Its giving me an Error like "Invalid File". And in the logs it is showing "PDF Signature Exception". When i tried to debug it, the Base64 Encoded file is getting chunked and the End point Java program is unable to recognize it.
Any one please help me in solving this...