| Author |
Apache axis 2 client in Web Service server in WebSphere 5.1.1
|
Peter Hu
Ranch Hand
Joined: Apr 15, 2005
Posts: 33
|
|
Can anybody use an apache axis 2 client inside a Webservice server run in WebSpere application server?. There are lots of differences in XML classes between axis and WebSphere. Even I changed the class loader policy, I could solve one problem, but it led to another. Something like: com.ibm.ws.webservices.engine.utils.XMLUtils TRAS0014I: The following exception was logged java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source) at com.ibm.ws.webservices.engine.utils.XMLUtils.getDOMFactory(XMLUtils.java:258) at at com.ibm.ws.webservices.engine.utils.XMLUtils.<clinit>(XMLUtils.java:128).null(Unknown Source)
|
 |
 |
|
|
subject: Apache axis 2 client in Web Service server in WebSphere 5.1.1
|
|
|