Re: camel-cxf service publish address problem

2011-10-31 Thread Willem.Jiang
As you are using the http jetty transport, when you set the address to be
"http://0.0.0.0:8890/ProcessPrescriptionOrder";, you should be able to get
the wsdl with the url
"http://localhost:8890/ProcessPrescriptionOrder"。

0.0.0.0 just let Jetty to listen to all the network interface.

Willem

--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxf-service-publish-address-problem-tp4953917p4954099.html
Sent from the Camel - Users mailing list archive at Nabble.com.


camel-cxf service publish address problem

2011-10-31 Thread gsilverman
I have a camel-cxf application running in Tomcat behind a proxy with the
following camel-cxf.xml:



I would like to change "myservername:8890" in the endpoint address attribute
to "localhost:8890", but it doesn't work, i.e, I can't get to the wsdl at
the published endpoint URL (with"?wsdl" appended). Any suggestions as to why
that might be and is there a better way to configure this in Tomcat?

Note: I am running Tomcat on port 8882 in this scenario and I'm using camel
version 2.7.1 and cxf version 2.3.2.

--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxf-service-publish-address-problem-tp4953917p4953917.html
Sent from the Camel - Users mailing list archive at Nabble.com.