.
So, no problems with it.
Regards,
Andrei.
-Original Message-
From: William Tam [mailto:email.w...@gmail.com]
Sent: 02 October 2011 16:55
To: users@camel.apache.org
Subject: Re: Camel CXF generic producer before 2.8.0
Andrei,
If you do not specify both service class and WSDL in the endpoint, th
2011 16:55
To: users@camel.apache.org
Subject: Re: Camel CXF generic producer before 2.8.0
Andrei,
If you do not specify both service class and WSDL in the endpoint, the
validation is bypassed. (The "skipPayloadMessagePartCheck" flag is not a user
settable option). You can send any XML
Andrei.
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 02 October 2011 09:36
To: users@camel.apache.org
Subject: Re: Camel CXF generic producer before 2.8.0
Hi
You can use plain HTTP component to forward a web service call.
On Fri, Sep 30, 2011 at 5:54 PM, Andrei S
method name.
It is required only for wrapped style, but in case of using ws-addressing they
can be different.
Regards,
Andrei.
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 02 October 2011 09:36
To: users@camel.apache.org
Subject: Re: Camel CXF generic producer
Hi
You can use plain HTTP component to forward a web service call.
On Fri, Sep 30, 2011 at 5:54 PM, Andrei Shakirin wrote:
> Hi,
>
> Is there any way to avoid expected message part checking (CxfEndpoint.java)
> in 2.7.3?
> skipPayloadMessagePartCheck option was introduced in 2.8.0:
> https://