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
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
.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");
--
>>
>> 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.
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
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