OSB & Java Callout issue
Hello Community,
we are unsing OSB 12.2.1.2.0 to create a service to sign PDF Documents.
We have written a Java class that uses the bcprov-jdk15on-1.70.jar and itext-2.1.7.jar libraries to do so. Its input is a Base64 encoded PDF document. We have tested and confirmed it is producing the signed document.
But when we deploy it ad call it with the help of a Java Callout component we get the following error
com.bea.wli.sb.pipeline.PipelineException: Callout to java method "public static byte[] com.mycomp.xquery.SignDocument.signPDFDocument(java.lang.String) throws java.lang.Exception" resulted in exception: org.bouncycastle.asn1.ASN1EncodableVector.add(Lorg/bouncycastle/asn1/DEREncodable;)V