Re: Read web service msg and encrypt some data

2013-01-03 Thread jipchix
I have a POJO that was generated using wsdl2java - let's call this Person class. This class was generated Then in my Manipulator class, I have an input parameter - (String xml). I write this 'xml' to the log and see that it contains some header and the message body. In the Manipulator class the

Re: Read web service msg and encrypt some data

2013-01-03 Thread jipchix
I forgot to say that after encrypting 1 field of the message, I'll forward the modified message to another queue. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Read-web-service-msg-and-encrypt-some-data-tp5724807p5724838.html Sent from the Camel - Users mailing list

Read web service msg and encrypt some data

2013-01-02 Thread jipchix
Hi - I'm new to Camel and Spring. I'm using Camel in ServiceMix. For my learning practice, I did some simple things like routing web service messages around, created queues, consume messages (no action aside from setup blueprint) from existing code and files. Now I have to make another small step