This content has been marked as final.
Show 3 replies
-
1. Re: What is the Published Address
ffang Mar 2, 2011 8:51 PM (in response to wayn23)Hi,
I assume you deploy cxf webservice which use http-osgi transport(underlying use pax-web http osgi service), the webservice should publish to(with default configuration)
http://localhost:8181/cxf/testDiagnostic
that's said, you can access the wsdl from
http://localhost:8181/cxf/testDiagnostic?wsdl.
Freeman
-
2. Re: What is the Published Address
wayn23 Mar 3, 2011 10:38 AM (in response to ffang)Thanks so much for pointing out that it missing part of the url was "cxf".
I have scanned through the existing configuration files and cannot find where this is set. Where would I find the documentation on how to configure the cxf transport defaults?
-
3. Re: What is the Published Address
ffang Mar 3, 2011 8:15 PM (in response to wayn23)Hi,
You can add
org.apache.cxf.osgi.cfg file in $FUSE_ESB/etc folder,
and add property entry
org.apache.cxf.servlet.context=/what_ever_you_want
currently the default value is /cxf
Freeman