Well, it's valid only if you don't have any space preceding the first '<' character. You may want to turn debug logging on and check the logs, you may have more informations.
On Thu, Nov 13, 2008 at 9:43 AM, manish_goyal <[EMAIL PROTECTED]> wrote: > > Thanks for your quick reply. > > I need to send a JAVA object to JMS queue. > this is the content of my message. > > <SOAP-ENV:Envelope > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > <SOAP-ENV:Header/> > <SOAP-ENV:Body> > <EPHServiceException xmlns:ns2="http://www.cvs.com/eph/messages/1_0" > xmlns:ns3="http://www.cvs.com/eph/cvs/eph/test"> > <ns2:ComponentName>Client</ns2:ComponentName> > <ns2:RequestID>55555</ns2:RequestID> > <ns2:Severity>HIGH</ns2:Severity> > <ns2:Code1>1001</ns2:Code1> > <ns2:Code2>1002</ns2:Code2> > <ns2:UserName>Manish</ns2:UserName> > </EPHServiceException> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > > Is this an invalid? > > > Regards, > Manish > -- > View this message in context: > http://www.nabble.com/Using-xpath-for-message-in-JMS-queue-tp20476423p20476776.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
