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 and execute

Sample JSON data want to convert in XML, I cann't pass colon directly as it
is reserved for JSON hence passing 4 underscore and want to convert during
unmarshal json to xml
{
 "soapenv____Header":"",
    "soapenv____Body": {
        "nits____GetList": {
            "nits____UserToken": {
                "nits____Username": "nits1234",
                "nits____Key": "2012-09-05 23:53:11:818115650956"
            },
            "nits____Type": "CATEGORY"
        }
    }
}

XML Ouput needed
<soapenv:Header>
..........
</soapenv:Header>



-----
Knowledge Is Power Share It
--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Custom-Data-Format-xmljson-tp5717159p5717182.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to