0

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:

Tseng
  • 61,549
  • 15
  • 193
  • 205
Ricardo Mota
  • 1,194
  • 2
  • 12
  • 25
  • Although your text is very clear; it is not clear to me what exactly your question is. – GhostCat Apr 01 '15 at 09:29
  • Thank you for the reply. The problem is that I cannot access the ?wsdl page on my first web service as it is redirected to a /services/ page. This started happening when another application started making use of Axis2. – Ricardo Mota Apr 01 '15 at 10:24

1 Answers1

0

I have resolved this by following this steps on another question:

JAX-WS = When Apache CXF is installed it "steals" default JDK JAX-WS implementation, how to solve?

Community
  • 1
  • 1
Ricardo Mota
  • 1,194
  • 2
  • 12
  • 25