Re: There is a problem with the dataFormat MESSAGE and an XSLT transformation?

2014-11-05 Thread aioria3077
thanks for your answer, had been stuck with this problem since few weeks ago, that's why he was trying in every possible way, but since it can resolve, a solution was put in the xslt, xpath full route from *soapenv:Envelope/soap:Body/.. * and the response was another proble

There is a problem with the dataFormat MESSAGE and an XSLT transformation?

2014-11-03 Thread aioria3077
Good day to all I have the following request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ws="http://ws.ampersand.mx"; xmlns:mod="http://modelo.ampersand.mx";> 6508 2014-09-01T00:00:00 1500 Id unico Grupo Posadas

Re: please help with transformation of a response by xslt

2014-09-22 Thread aioria3077
effectively, since last week Always change a PAYLOAD to MESSAGE data format. I'm about to check out the transformation with the manager of that part because apparently that's where we're having problems, thank you very much -- View this message in context: http://camel.465427.n5.nabble.com/pl

RE: please help with transformation of a response by xslt

2014-09-22 Thread aioria3077
Thank you very much for this information, and check the coding of the original RESPONSE and matches my XSLT transformation, both are UTF-8. -- View this message in context: http://camel.465427.n5.nabble.com/please-help-with-transformation-of-a-response-by-xslt-tp5756711p5756852.html Sent from t

Re: please help with transformation of a response by xslt

2014-09-22 Thread aioria3077
thanks, run the transformation to String after the XSLT transformation, continuous error, I think it's my transformation which is having problems, I'll check, thank you very much for your help -- View this message in context: http://camel.465427.n5.nabble.com/please-help-with-transformation-of-

Re: please help with transformation of a response by xslt

2014-09-20 Thread aioria3077
if the call to the original web service, the change will dataFormat MESSAGE by PAYLOAD, The error is: The PayLoad elements cannot fit with the message parts of the BindingOperation. Please check the BindingOperation and PayLoadMessage. I make the first transformation successfully receiving the

Re: please help with transformation of a response by xslt

2014-09-19 Thread aioria3077
*thanks for replying, really like right before calling xsl transformer, I have this line* * * will try to put it back then see what happens. any other suggestions? -- View this message in context: http://camel.465427.n5.nabble.com/please-help-with-transformation-of-a-

please help with transformation of a response by xslt

2014-09-18 Thread aioria3077
*have a original Web Services, a proxy which has a transformation because you need to add data authentication, the request works fine, can consume the service, but I need to transform the response to the expectations created my webService proxy, the transformation applied in the same way which the

problems with camel-example-cxf-proxy example of CLAUSIBSEN

2014-08-07 Thread aioria3077
I run the example successfully with mvn camel: run, doubt is that I want to create my own project to deploy proxy in fuse container. the example of claus has the following dependencies ( seems to me important ): camel-core camel-spring camel-http camel-cxf cxf-rt-frontend-jaxws cxf-rt-tran

Re: how to deploy a project with a CAMEL-XSTREAM in fuse fabric container

2014-07-11 Thread aioria3077
Thanks so much. effectively that was the bundle that I need to, this is a world of camel and fuse or say -- View this message in context: http://camel.465427.n5.nabble.com/how-to-deploy-a-project-with-a-CAMEL-XSTREAM-in-fuse-fabric-container-tp5753655p5753734.html Sent from the Camel - Users m

Re: how to deploy a project with a CAMEL-XSTREAM in fuse fabric container

2014-07-11 Thread aioria3077
I use spring-context'll get it but it is better to use blueprint I'll check the bundle mentioned by Charles Moulliard and be back to post the results, thanks -- View this message in context: http://camel.465427.n5.nabble.com/how-to-deploy-a-project-with-a-CAMEL-XSTREAM-in-fuse-fabric-containe

how to deploy a project with a CAMEL-XSTREAM in fuse fabric container

2014-07-10 Thread aioria3077
they would greatly appreciate your help my exercise is to convert a CSV separated by "|" to a XML, in which I'm using camel-bindy and camel-xstream, everything works fine if running with "mvn camel:run" I show my camel-context ... ... ... http://camel.apa

Problem with inserting database from camel-context.xml

2014-06-25 Thread aioria3077
hi good day, I'm new to all this. i have the following ${body[0]} .. .. which works correctly when fields of my database are TEXT, but if I have a field, for example, ID int, not performing insert,