Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-26 Thread bhushand
Hi Claus Thank for reply, i will keep in mind your suggestion. Please find my comment, Also your first post its not clear if the DB value and display value is different. Looking in the mail they look the same. -- While writting post I had given different values but maybe due to IE it get d

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-25 Thread bhushand
Hello, can I get some help,please. -- View this message in context: http://camel.465427.n5.nabble.com/SAXParseException-due-to-invalid-characters-in-cxf-endpoint-response-tp5742212p5742243.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: SAXParseException due to invalid characters in cxf endpoint response

2013-10-25 Thread bhushand
One thing to mention...we are using websphere for deployment. On our local server it is running fine, on environments it is causing error. -- View this message in context: http://camel.465427.n5.nabble.com/SAXParseException-due-to-invalid-characters-in-cxf-endpoint-response-tp5742212p5742216.ht

SAXParseException due to invalid characters in cxf endpoint response

2013-10-25 Thread bhushand
Hello All We are facing an issue which is due to some invalid charaters in response returned by webservice. We are using Camel 2.9.2 for routing, cxf 2.6.0 to configure jaxws endpoint of our webservice. When response returned from webservice contains some invalid charaters, consumer of our

Re: getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread bhushand
Hi Thank for reply. We are using java 6. Is it neccessary to use latest version of java 7 for tomcat, or *which java version is compatible.* Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/getting-error-while-deploying-camel-spring-integration-in-tomcat

getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread bhushand
Hello All I am trying to deploy camel-spring application in tomcat 6.0. We have camel-spring integration. I am using camel 2.9.2, cxf 2.6.1, spring 3.0.7. When I try to deploy application, it was showing me different errors. I searched for the errors and saw few post saying to include jar

Re: not getting combined response from aggregator

2013-05-02 Thread bhushand
Hi Sachin That works for me. Thanks a lot -Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/not-getting-combined-response-from-aggregator-tp5731362p5731945.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: not getting combined response from aggregator

2013-05-01 Thread bhushand
Hi Any suggestions??? -- View this message in context: http://camel.465427.n5.nabble.com/not-getting-combined-response-from-aggregator-tp5731362p5731861.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: not getting combined response from aggregator

2013-04-30 Thread bhushand
Hi Somehow I am able to get response. But what I observed is that, finally I am getting response for only one or two messages. I am refering to 'Split aggregate request/reply sample' example given in http://camel.apache.org/splitter.html. My Sample code is as: public class MyBean() {

Re: not getting combined response from aggregator

2013-04-26 Thread bhushand
Hello looking for help Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/not-getting-combined-response-from-aggregator-tp5731362p5731615.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: not getting combined response from aggregator

2013-04-24 Thread bhushand
Hi Claus Ibsen/Christian Thanks for the response. Claus Ibsen, you are right I am trying to implement something similar. Now I am not sure if there is a problem with aggregator or not. Before returning from aggregator I am checking exchange which is to be returned. It contains exact sa

Re: not getting combined response from aggregator

2013-04-23 Thread bhushand
Can anyone help me please Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/not-getting-combined-response-from-aggregator-tp5731362p5731386.html Sent from the Camel - Users mailing list archive at Nabble.com.

not getting combined response from aggregator

2013-04-23 Thread bhushand
Hello All I am trying to use splitter. I am using splitter first time. Following is my route Now as per Camel doc, splitMessage() will help me to split incoming message and will return a collection of splitted messages. As parallel processing is enabled, se

Re: soap over jms

2012-08-03 Thread bhushand
Thanks Willem Thanks Pontus --Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/soap-over-jms-tp5715942p5716759.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: soap over jms

2012-07-30 Thread bhushand
Hi One more thing, can I use same queue for two endpoints. Right now I am trying to do same thing but it is giving me error- "org.apache.camel.FailedToStartRouteException: Failed to start route because of Multiple consumers for the same endpoint is not allowed" I am trying something like th

Re: soap over jms

2012-07-30 Thread bhushand
Hello All Thanks for helping me. My problem is solved now , I could run the example with small change, I need to send XML string as message for routing. Remaining is same. -Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/soap-over-jms-tp5715942p5716623.h

Re: soap over jms

2012-07-19 Thread bhushand
Hello Willem As I am trying to run example shared by Christian, all configuration are from that files. Please find below configurations For server: http://examples/jms-greeter"; /> & route is text/xml

Re: soap over jms

2012-07-19 Thread bhushand
Hello All Thanks for your help. I am getting now following error, this error is new to me, I tried to search about this but could not get sufficient information. What is default model queue, is it required & for what purpose. It also has prefix property, what are its valid values. Can any one

Re: soap over jms

2012-07-19 Thread bhushand
Hi Thanks for information, but which version of jar will be helpful. I have XmlSchema-1.4.7.jar, I think this contains the said class. I also check for this class .It doesn't contain read method that takes Document & String as input parameter(due to which error occured), it has other overlo

Re: soap over jms

2012-07-18 Thread bhushand
Hello Willem/Christian I checked for neethi, I have only one version 3.0.2. I also upgrade cxf to 2.6.1. Finally it compile sucessfully, no error . Thanks for help But when I tried to run then its giving me "java.lang.NoSuchMethodError: org/apache/ws/commons/schema/X

Re: soap over jms

2012-07-16 Thread bhushand
Hi Willem I tried for newer version of cxf(I tried 2.4.8, because I read somewhere it was issue in older version of cxf & fixed in 2.3.x). But now it is giving new exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'camelContext:beanPostPr

Re: soap over jms

2012-07-16 Thread bhushand
Hi Christian Thanks for sharing the link. I tried the example but getting " org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/soap/ registered." When I searched for this issue ,I came to know that I have to add camel-cxf-transport & cxf-rt-bindi

Re: soap over jms

2012-07-12 Thread bhushand
Hi Willem Thanks for reply. We will update for newer version of cxf. Yes, I searched on net for soap over jms using cxf but could not succeed in execution. Can you please tell me how it is possible with cxf. Any sample code will be helpful. Thanks Bhushan -- View this message in context

soap over jms

2012-07-12 Thread bhushand
Hello We are using cxf 2.2.3, camel 2.9.1 and spring 3.0.2. We need to use soap over jms using camel & cxf to send a soap message to queue and according to soap message, service should get invoked. Any suggestion/sample code would be of great help. -- View this message in context: htt

Re: Handler is not getting called when calling external webservice using camel-cxf

2012-05-16 Thread bhushand
It did not worked for me. Finally I dropped idea of using camel-cxf component and achieved this be defining cxf client bean as below, http://127.0.0.0:9080/SampleWebService/PrintPersonNameService"; endpointName="s:PrintPersonNamePort" serviceName="s:PrintPer

Re: Handler is not getting called when calling external webservice using camel-cxf

2012-05-14 Thread bhushand
I am using handler definition as below, public class LoggingHandler implements SOAPHandler { As per the camel-cxf component documentation, PAYLOAD message type supports protocol handlers, hence I thought the handler defined above would be supported. I could not understand your second note "As ca

Handler is not getting called when calling external webservice using camel-cxf

2012-05-14 Thread bhushand
I have done the configurations as below, http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xsi:schemaLocation="

Re: getting error while calling external web service from camel route

2012-05-14 Thread bhushand
I am finally able to do it with below configuration http://localhost:9080/SampleWebService/PrintPersonNameService"; wsdlURL="com/test/service/echo/PrintPersonNameService.wsdl" endpointName="s:PrintPersonNamePort" serviceName="s:PrintPersonNameService

Re: getting error while calling external web service from camel route

2012-04-25 Thread bhushand
Hi, Thanks for your reply, but didn't get it. Could you please suggest a way for calling an external web service . I am using Apache CXF with Camel. Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/getting-error-while-calling-external-web-service-from-camel-r

is it require to keep datatype of inputParams same for all routes??

2012-04-17 Thread bhushand
I am using camel routes. method1() needs 5-6 different objects for processing so I have formed a Map & put required objects in this map. I am passing map using ProducerTemplate.sendBody("direct:startRoute",map). I am getting all objects in method1() properly, no issue. But method2() has sig

Re: getting error while calling external web service from camel route

2012-04-17 Thread bhushand
No, reply from long time. Can any one help please. -- View this message in context: http://camel.465427.n5.nabble.com/getting-error-while-calling-external-web-service-from-camel-route-tp5603573p5648249.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: getting error while deploying application with apache cxf2.5.2

2012-03-29 Thread bhushand
Hello Willem, Yes, I disabled the WAS jaxws engine by setting JVM property under generic JVM arguments -Dcom.ibm.websphere.webservices.DisableIBMJAXWSEngine=true That also did note resolved the problem. Following is my extract from my web.xml org.springframework.web.context.Con

Re: getting error while deploying application with apache cxf2.5.2

2012-03-28 Thread bhushand
Hello Stefan, I already have removed the unnecessary jar file and only below mentioned jars as mentioned in below link http://cxf.apache.org/docs/application-server-specific-configuration-guide.html for Websphere server. > aopalliance-1.0.jar > commons-logging-1.1.1.jar > cxf-2.5.2.jar > FastIn