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:
before axis2 application publish webservice @ http://ip:port/server , able open page http://ip:port/server?wsdl.
now publish server @ same address when open page http://ip:port/server?wsdl automatically redirected http://ip:port/services/ fault exception (the service cannot found endpoint reference (epr)).
i have resolved following steps on question:
jax-ws = when apache cxf installed "steals" default jdk jax-ws implementation, how solve?
Comments
Post a Comment