Hi Freeman,

Thanks for the support. Happily i was able to do the same using cxf-camel in
osgi itself. But yet to try in the way we tried.

as shown below

<cxf:cxfEndpoint id="testservice"
                   address="http://localhost:9090/TestServiceName";
                   serviceName="s:TestServiceName"
                   wsdlURL="etc/WSDLfile.wsdl"
                   xmlns:s="http://namespaceurl";
                   />
<route>
          <from uri="cxf:bean:testservice?dataFormat=MESSAGE"/>
         <to uri="log:input"/>
          <to uri="log:output"/>
</route>

camel-example-cxf-proxy example from camel helped 2.8.0 helped a lot.

Regards
Guru

-----
Cheers
 Guru
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Using-the-servicemix-cxf-bc-as-endpoint-tp5019578p5020082.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to