What's the minimum classpath for an Axis2 client?
        Posted  
        
            by Aaron Digulla
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Aaron Digulla
        
        
        
        Published on 2008-11-26T09:51:11Z
        Indexed on 
            2010/04/02
            0:23 UTC
        
        
        Read the original article
        Hit count: 511
        
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 project. What do I have to put in my pom.xml to compile the code when I've converted the WSDL with ADB?
© Stack Overflow or respective owner