java - Axis2 is "overriding" my JAXB web service -


so have had simple web service made jaxb (as simple endpoint.publish()). working great. try , use service aplication using axis2 web service cannot publish web server anymore. since second application not made me cannot check source code. think axisengine listening web server publishing , wont let "created".

for example:

i have resolved following steps on question:

jax-ws = when apache cxf installed "steals" default jdk jax-ws implementation, how solve?


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -