<?xml version="1.0" encoding="UTF-8"?>
<rests>
    <rest>
        <put consumes="application/json,text/xml" path="/pet" produces="application/json,text/xml">
            <param name="body" type="body"/>
            <to uri="direct:rest1"/>
        </put>
    </rest>
</rests>
