Hi everyone,
I've a Java program called consStatServ.jar and basically the main method creates a XML, and send it to a web service and returns a response, however to send it to the web service, I need to put in it a signature, for do this is necessary using certificate. In this case, I'm using Oberthur.
This method works fine when I execute it in Eclipse, but when I call it within Acucobol C$SYSTEM causes error: "error signing certificate verify".
I've already tried using the C$JAVA and it triggers other error caused by use of protocol object in a Java method.
What's wrong? Is there another way to do this?
Regards,
Carlos
#AcuCobol
#CSYSTEM
#JavaClass
#extend



