Hi, I want read below file in camel,
<?xml version="1.0" encoding="utf-8"?> <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="Address"> <xs:complexType> <xs:sequence> <xs:element name="Recipient" type="xs:string" /> <xs:element name="House" type="xs:string" /> <xs:element name="Street" type="xs:string" /> <xs:element name="Town" type="xs:string" /> <xs:element name="County" type="xs:string" minOccurs="0" /> <xs:element name="PostCode" type="xs:string" /> <xs:element name="Country" type="xs:string minOccurs="0"" /> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> Can you please help me how to router for this? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-tp5759735.html Sent from the Camel - Users mailing list archive at Nabble.com.