So basically I have had a simple web service made with JAXB (As simple as Endpoint.publish()). It is working great. As soon as I try and use my service with another aplication that is itself using an Axis2 web service I cannot publish my web server anymore. Since the second application was not made by me i cannot check the source code. I think that the AxisEngine is listening to my web server publishing and it wont let it be "created".
For example:
Before this Axis2 application I would publish my webservice at http://ip:port/server and I was able to open the page http://ip:port/server?wsdl.
Now I publish the server at the same address but when I open the page http://ip:port/server?wsdl I automatically get redirected to http://ip:port/services/ with the fault exception (The service cannot be found for the endpoint reference (EPR)).