Re: Camel CXF Producer should allow setting of BindingOperationInfo

2011-03-15 Thread Willem Jiang
Order&dataFormat=POJO&defaultOperationNameSpace=http://zappos.com/pehz/wsdl/purchase_order_service.v1_0";).to("log:incoming?showAll=true") .to("mock:end"); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Producer-should-allow-setting-o

Re: Camel CXF Producer should allow setting of BindingOperationInfo

2011-03-15 Thread hyjshanghai
I think you should set the Header and DefaultOperationName of exchange.getOut(), not those of exchange.getIn(). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Producer-should-allow-setting-of-BindingOperationInfo-tp3258474p3696949.html Sent from the Camel - Users

Re: Camel CXF Producer should allow setting of BindingOperationInfo

2011-03-14 Thread tjain2011
.to("cxf:bean:PurchaseOrderLifeEndpoint?defaultOperationName=releasePurchaseOrder&dataFormat=POJO&defaultOperationNameSpace=http://zappos.com/pehz/wsdl/purchase_order_service.v1_0";).to("log:incoming?showAll=true") .to("mock:end"); --

Re: Camel CXF Producer should allow setting of BindingOperationInfo

2010-11-12 Thread unmarshall
>> >> Is there already a way apart from explicitly using a custom processor? If >> not then there is a strong case to include that. >> >> Best Regards, >> Madhav > > > -- > Willem > -- > FuseSource > Web: http://www.fusesource.com > Blog:http://willemjiang.blogspot.com (English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > > -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Producer-should-allow-setting-of-BindingOperationInfo-tp3258474p3262646.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF Producer should allow setting of BindingOperationInfo

2010-11-11 Thread Willem Jiang
On 11/10/10 7:05 PM, unmarshall wrote: Hi All, If i have a route in which one or more external webservices are called and then i want to expose this entire route as a service then the recommended way is to add the starting endpoint as a cxf endpoint. So the route becomes: from("cxf:bean:route

Camel CXF Producer should allow setting of BindingOperationInfo

2010-11-10 Thread unmarshall
nd that this would not work as it never tries to read these properties. Is there already a way apart from explicitly using a custom processor? If not then there is a strong case to include that. Best Regards, Madhav -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-Pr