Re: Camel CXF generic producer before 2.8.0

2011-10-04 Thread William Tam
. 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

RE: Camel CXF generic producer before 2.8.0

2011-10-04 Thread Andrei Shakirin
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

Re: Camel CXF generic producer before 2.8.0

2011-10-02 Thread William Tam
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

RE: Camel CXF generic producer before 2.8.0

2011-10-02 Thread Andrei Shakirin
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

Re: Camel CXF generic producer before 2.8.0

2011-10-02 Thread Claus Ibsen
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://