Hello,
I am trying to send information from Maximo to Primavera. The primavera Environment has its Web Services set up and I have been given the Java API's in order to consume these Web Services.
I have written a Test Application in Java and it can connect to the web services and send and pull data to and from them.
I try and do the same thing in Maximo and I get class cast exceptions. In order to use the primavera Web Services additional libraries need to be included in the Maximo Class Path and I think this is what is causing the problem as Websphere has conflicting libraries for its Web Services (albeit a different version).
The Error I am receiving is
Java.lang.classCastException org.apache.xalan.processor.TransformerFactoryImpl incompatible with javax.xml.transformer.Factory
As potential fixes I have set the class loader to load the parent classes last – hoping that this would load my Transformer Engine Class first and I have disabled the IBM JAX-WS implementation but it made no difference.
Any help would be greatly appreciated.
Kind Regards,
Chris