Skip to Content
0
Former Member
Jun 05, 2009 at 05:56 PM

Problem with call to webservice in java mapping

46 Views

Hi experts,

I need to call a webservice with SSL authentication from PI 7.0 and from java class. For this I've created a java class (jdk 1.4.2) with AXIS 1.4. That once imported the SSL certificate in the certificate store of java (security directory, cacert file) works fine I get the webservice response.

The problem is in PI, I import the java class and the axis library, but when I execute the interface shows the next error:

java.lang.ExceptionInInitializerError

at org.apache.axis.handlers.BasicHandler.<clinit>(BasicHandler.java:43)

at org.apache.axis.client.Service.getAxisClient(Service.java:104)

at org.apache.axis.client.Service.<init>(Service.java:113)

at com.xxx.map.XXXXX.getSAML.doMap_(getSAML.java:155)

at com.xxx.map.XXXXX..getSAML.execute(getSAML.java:110)

at com.sap.aii.ibrep.server.mapping.ibrun.RepJavaMapping.execute(RepJavaMapping.java:73)

any idea?

Thanks in advance.