I am developer at Capgemini and I have an issue with a Java EE application that I am developing.
I am calling a webservice with Axis2
in a junit test in a project and it works. But when I call the same method in an other project that refers to the first (with maven dependencies) and I launch my application I have the following error :
java.lang.NoSuchMethodError: org/apache/axiom/om/OMFactory.createOMElement(Lorg/apache/axiom/om/OMDataSource;)Lorg/apache/axiom/om/OMSourcedElement;
Does anyone has an idea of what I am doing wrong?
If you need more information ask me.
Thank you