1. What's the minimum classpath for an Axis2 client? stackoverflow.comI want to build an Axis2 client (I'm only accessing a remote web service, I'm not implementing one!) with Maven2 and I don't want to add 21MB of JARs to my ... |
2. Ant cannot find a class needed by an externally defined taskdef stackoverflow.comI am trying to use the axis-java2wsdl ant task to create a wsdl from one of my java classes, but I cannot get the classpath correct. I am using Ubuntu's libaxis-java package ... |
3. axis-java2wsdl task classpath setting problem stackoverflow.comhere is my build.xml
|
4. How to choose an implementation sjsxp and wstx if both of them are in the classpath stackoverflow.comAxis2 relies on woodstox's wstx while other part of my project has tested heavily with sjsxp and we can't afford to rerun the same test. Now, there is a problem ... |
5. Loading axis2 modules from classpath stackoverflow.comI am writing an Axis2 client which will not have access to a repository folder on the filesystem. Is there a way to load the modules which axis need for instance ... |
6. Axis related Q; setting classpath for a custom API at run-time? coderanch.com |
7. AXIS and Classpath coderanch.com |
8. Axis: WSDL2Java classpath problem coderanch.com |
9. jars on axis classpath from within service? coderanch.comDudley Dawson, which version of Axis are you using? I use AXIS 1.4 with weblogic 8.1 and I had to remove some .classes in the jar files that came with Axis/lib directory. basically I removed Log.class from commons-logging-1.0.4.jar and some other class from jaxrpc.jar. ( I stripped the jar files, removed the classes and re-jared them). I was too having all ... |
10. setting up classpath in axis2 coderanch.com |