hi, I want to build a router like this: from("cxf://http:localhost:8091/proxyservice?serviceClass=xxx.ProxyClass&dataFormat=POJO").bean(new MyConvertBean()).to("http://localhost:8088/realservice");
where MyConvertBean has a convert method: public RealType convert(ProxyType pt) { return new RealType(); } the router can't invoke real webservice correct,it seems try to convert RealType to Inputstream and there is no typeconverter.And other,when the proxyservice has a usernam token security but realservice need https,need i config all the interceptors? what is the appropriate soluting?Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/use-camel-proxy-webservice-tp5738154.html Sent from the Camel - Users mailing list archive at Nabble.com.