Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
to reproduce, deploy an endpoint in OSGi container using http-osgi transport with address like
http://localhost:8181/cxf/
1. in a browser go in address http://localhost:8181/cxf/, get expected out put like
Endpoint address: http://localhost:8181/cxf/HelloWorld
WSDL :
HelloWorldImplService
Target namespace: http://cxf.examples.servicemix.apache.org/
2. click to see the wsdl in page
3. in a browser go in address http://127.0.0.1:8181/cxf/, get messed up out put this time like
Endpoint address: http://127.0.0.1:8181/cxfhttp://localhost:8181/cxf/HelloWorld
WSDL :
HelloWorldImplService
Target namespace: http://cxf.examples.servicemix.apache.org/