Re: Camel Custom Data Format xmljson

2012-08-13 Thread Henryk Konsek
> BTW reading SOAP messages as JSON looks suspicious in the first place > :) . SOAP is a transport envelope for the message, so it is usually > created only for the time of web service communication. Do you really > need to store SOAP messages somewhere in the JSON format? I'd rethink > this approa

Re: Camel Custom Data Format xmljson

2012-08-13 Thread Henryk Konsek
> Colon (:) support means, I am passing soap creation data in json to camel > which I need to transform inside a soap xml which I am trying to achieve > using xml2json library Assuming that there is really no way of escaping colon in JSON keys... Maybe instead of creating your own data format, yo

Re: Camel Custom Data Format xmljson

2012-08-12 Thread Nitin Gautam
234", "nitsKey": "2012-09-05 23:53:11:818115650956" }, "nitsType": "CATEGORY" } } } XML Ouput needed ...... - Knowledge Is Power Share It -- View this message in context: http://camel.465427.n5.

Re: Camel Custom Data Format xmljson

2012-08-12 Thread Henryk Konsek
Hi Nitn, > I am running Camel inside Karaf. I have created a custom dataformat by > implementing DataFormat interface. Now I have my custom class. Just put your data format related classes (and other resources if needed) into the same OSGI jar in which is your route. If you want to share your da

Re: Camel Custom Data Format xmljson

2012-08-12 Thread Raul Kripalani
> > > trimSpaces="true" rootName="nits" skipNamespaces="true" > removeNamespacePrefixes="true" expandableProperties="d e"/> > > > > > > -- > View this message in context: > http://camel.46542

Re: Camel Custom Data Format xmljson

2012-08-12 Thread James Carman
gt; In order to make it visible to my camel route inside karaf where to copy > this class file? > > Please provide guidance. > > > > > - > Knowledge Is Power Share It > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Custom-Data-F

Re: Camel Custom Data Format xmljson

2012-08-11 Thread Nitin Gautam
this message in context: http://camel.465427.n5.nabble.com/Camel-Custom-Data-Format-xmljson-tp5717159p5717163.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Custom Data Format xmljson

2012-08-11 Thread Nitin Gautam
I am aware of this link but want to ask once i create a custom formatter where to deplo that file so that can access inside camel context. i am using camel inside karaf. - Knowledge Is Power Share It -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Custom-Data

Re: Camel Custom Data Format xmljson

2012-08-11 Thread Taariq Levack
pacePrefixes="true" expandableProperties="d e"/> > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Custom-Data-Format-xmljson-tp5717159.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Custom Data Format xmljson

2012-08-11 Thread Nitn Gautam
View this message in context: http://camel.465427.n5.nabble.com/Camel-Custom-Data-Format-xmljson-tp5717159.html Sent from the Camel - Users mailing list archive at Nabble.com.