Hi,
I have server side java stubs created with wsdl2java from axis2 1.5.1. I'm trying to integrate these stubs into the grander application, but I'm having a heck of a time getting the axis2 1.5.1 dependencies down.
Im using Maven2 to control dependencies. As of now I am loading most dependencies from a local library directory with all the jar/zip/... files for various dependencies. I have it all built into eclipse so I can see when the dependencies are resolved or not in the code.
The only jar files I could find on the axis2 site were axis2-1.2.jar and various other packages of the same version. I gave that jar file a shot and it did resolve a fair amount of errors, but many still remained (org.apache.axis2.databinding has several non-resolved references as well as org.apache.axiom).
I also tried using the axis2 1.5.1 pom as well, but that never seemed to resolve a single line of dependent code.
Can anyone help point me in the right direction?