Re: CXF endpoint - No service was found issue

2009-02-23 Thread Willem Jiang
It looks like the mail send to users@camel.apache.org still doesn't be shown in the nabble. --- Begin Message --- Hi , If you are using the ServletTransport for the CXF endpoint, you need to use the related path instead of full path for the address. Here[1] is the explanation for it For you case

Re: CXF endpoint - No service was found issue

2009-02-23 Thread Sriram C
I got this working by changing address to "/account" Sriram C wrote: > > I am trying to create a CXF endpoint using Spring DSL. My endpoint and > route definitions are as follow: > > address="http://localhost:8080/SFServices/services/account"; > wsdlURL="classpath:accountOutbou

Re: CXF endpoint - No service was found issue

2009-02-22 Thread Willem Jiang
Hi , If you are using the ServletTransport for the CXF endpoint, you need to use the related path instead of full path for the address. Here[1] is the explanation for it For you case , please change the cxf endpoint's address to "/account". [1] http://cwiki.apache.org/CXF20DOC/servlet-transport.