Hello Guys,
These days i am working with an application which needs to read xmls from jms via spring integration message-driven-channel-adapter.
here is my xml header
but i am getting an exception sayingCode:<InboundMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <comment /> <MessageHeader> <MessageType>ADT</MessageType> <TriggerEvent>A01</TriggerEvent> <SendingApplication>ADM</SendingApplication> <SendingFacility>ROA</SendingFacility> <MessageTime>201208151448</MessageTime> <MessageVersion>2.2</MessageVersion> <MessageControlID /> <ProcessingID /> </MessageHeader> <InboundMessage>
Do you guys have any idea about this?Code:Caused by: java.net.MalformedURLException: no protocol: <InboundMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><comment/><MessageHeader> .....
Thanks
Kelumt


Reply With Quote
