classpath « axis « Java Enterprise Q&A





1. What's the minimum classpath for an Axis2 client?    stackoverflow.com

I 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.com

I 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.com

here is my build.xml

<?xml version="1.0" standalone="yes"?>
<path id='axis2.classpath'> 
<fileset dir='D:\Tools\axis2-1.5.1-bin\axis2-1.5.1\lib'>
            <include name='**/*.jar' />
        ...

4. How to choose an implementation sjsxp and wstx if both of them are in the classpath    stackoverflow.com

Axis2 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.com

I 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 ...

7. AXIS and Classpath    coderanch.com

8. Axis: WSDL2Java classpath problem    coderanch.com

9. jars on axis classpath from within service?    coderanch.com

Dudley 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