This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Apache axis 2 client in Web Service server in WebSphere 5.1.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Apache axis 2 client in Web Service server in WebSphere 5.1.1" Watch "Apache axis 2 client in Web Service server in WebSphere 5.1.1" New topic
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)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Apache axis 2 client in Web Service server in WebSphere 5.1.1
 
Similar Threads
java.security.AccessControlException: access denied (java.net.SocketPermission ftp.powweb.com
Error while using WSDL2Java
Axis Jar - No Class Found error for XMLUtils
Exception in thread main
Error generating C++ Client stuff