Re: the namespace on the "IReportServiceExecuteRequest" element, is not a valid SOAP version

2013-06-03 Thread sunita
Hello, I am facing same issue. I get the same error - namespace is not a valid SOAP version. I added exchange.hasOut() before calling exchange.getOut(). hasOut returned true but getOut returned null headers and body Were you able to resolve the issue. -- View this message in context: http:/

Re: the namespace on the "IReportServiceExecuteRequest" element, is not a valid SOAP version

2013-06-04 Thread sunita
Here is my code: Exchange exchange = template.send("cxf:bean:xdrReceiverEndpoint?synchronous=true&exchangePattern=InOut", new Processor() { public void process(final Exchange exchange) throws Exception { List elem

Re: Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat

2013-06-05 Thread sunita
Hi William, Thanks for your response. I was initially posting only on camel user group but since I did not get any responses to my earlier posts, I decided to post on both since it may have different audiences. Do you know why I am getting this error when I wrap the response in soap envelope. I

Error when sending to webservice using Camel CXF endpoint

2013-05-30 Thread Monga, Sunita (GE Healthcare)
Hello all, I am using Camel 2.9.2 & CXF 2.6.2 versions and trying to send a MTOM attachment to a webservice (mock one in soap UI for testing purposes) using CXF endpoint. Deploying as a war on Tomcat 7.0.40 I followed sample code for Payload mode provided in http://camel.apache.org/cxf.html#CX

Camel 2.9.2 - Error parsing custom CXF response - org.apache.cxf.interceptor.Fault: Unexpected element {http://....CcdaXdrService}ccdaResponse found. Expected {http://camel.apache.org/cxf/jaxws/disp

2013-05-31 Thread Monga, Sunita (GE Healthcare)
Let me know if you would like change/add something that will attract responses. Hello all, I am using Camel 2.9.2 & CXF 2.6.2 versions and trying to send a MTOM attachment to a webservice using CXF endpoint. Deploying as a war on Tomcat 7.0.40 I followed sample code for Payload mode

Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat

2013-06-03 Thread Monga, Sunita (GE Healthcare)
Hello all, I have a route which sends a request to CXF webservice using Payload dataformat. My question should the response consist of only Soap:body or should it be the entire message soap:envelope Spring context http://service.webservices.xdrreceiverimpl.pil.hcit.ge.com";>

RE: Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat

2013-06-06 Thread Monga, Sunita (GE Healthcare)
attribute pointing to the generated service class. It worked after that. Just wondering, are those fields not optional for producer? The request was going through fine just response handling was failing. Thanks Sunita -Original Message- From: Willem jiang [mailto:willem.ji...@gmail.com] Sent

RE: Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat

2013-06-06 Thread Monga, Sunita (GE Healthcare)
I am using CXF 2.6.2. We use IPF jars for IHE profile which depend on CXF 2.6.2 Did you test with Camel 2.9.2 and CXF 2.6.2 by any chance? Thanks Sunita -Original Message- From: Aki Yoshida [mailto:elak...@gmail.com] Sent: Thursday, June 06, 2013 9:58 AM To: users@camel.apache.org

RE: Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat

2013-06-06 Thread Monga, Sunita (GE Healthcare)
for your help Sunita -Original Message- From: Aki Yoshida [mailto:elak...@gmail.com] Sent: Thursday, June 06, 2013 10:57 AM To: users@camel.apache.org Subject: Re: Camel 2.9.2, CXF 2.6.2 - How should the response look for CXF producer using Payload dataformat Sunita, not working indeed