Re: Getting a node from an XML using camel-cxf

2012-10-03 Thread Claus Ibsen
nts in the >> soap >> response in MESSAGE mode? >> I currently convert the response explicitly to an xml file, but this is not >> very elegant. >> >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/G

Re: Getting a node from an XML using camel-cxf

2012-10-03 Thread Christian Müller
ponse explicitly to an xml file, but this is not > very elegant. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720401.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Getting a node from an XML using camel-cxf

2012-10-02 Thread Raul Kripalani
/CAMEL-5679 > > > > > > From: Raul Kripalani > To: users@camel.apache.org > Sent: Wednesday, October 3, 2012 11:06 AM > Subject: Re: Getting a node from an XML using camel-cxf > > I can't think of a Camel functionality that will allow you to store the > result in a

Re: Getting a node from an XML using camel-cxf

2012-10-02 Thread Sura Monday
I have created a feature request now: https://issues.apache.org/jira/browse/CAMEL-5679 From: Raul Kripalani To: users@camel.apache.org Sent: Wednesday, October 3, 2012 11:06 AM Subject: Re: Getting a node from an XML using camel-cxf I can't think

Re: Getting a node from an XML using camel-cxf

2012-10-02 Thread Raul Kripalani
xtract the element and store it in the Hashmap and not in > the header itself. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720115.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Getting a node from an XML using camel-cxf

2012-10-02 Thread suralk
in MESSAGE mode? I currently convert the response explicitly to an xml file, but this is not very elegant. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720401.html Sent from the Camel - Users mailing list archive at

Re: Getting a node from an XML using camel-cxf

2012-09-27 Thread balkishore
Hi Raul, Thanks for replying. But for saving the extracted element, I use a Hashmap. I just want to extract the element and store it in the Hashmap and not in the header itself. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf

Re: Getting a node from an XML using camel-cxf

2012-09-27 Thread Raul Kripalani
t element, and not to set my header. If i am not > wrong, i cannot use, xpath along with getHeader() expression. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720085.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Getting a node from an XML using camel-cxf

2012-09-27 Thread balkishore
Hi Lars, I would like to get that element, and not to set my header. If i am not wrong, i cannot use, xpath along with getHeader() expression. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720085.html Sent from the

Re: Getting a node from an XML using camel-cxf

2012-09-26 Thread Lars Lipinski
ent "String.class" for the result type, but it's not offered in the API here. regards. Lars -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-node-from-an-XML-using-camel-cxf-tp5720008p5720077.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Getting a node from an XML using camel-cxf

2012-09-26 Thread Christian Müller
e/"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:type="ns1:TCAQSR_BAS_ServerGetOsVariableOutputType"> > > 0 > TCAQSRBaseService > 2.2.1 > > PCSW13 > > > > > I would like to extract urn:uuid:2BC5F552AF3179755C1348038

Getting a node from an XML using camel-cxf

2012-09-26 Thread balkishore
OsVariableOutputType"> 0 TCAQSRBaseService 2.2.1 PCSW13 I would like to extract urn:uuid:2BC5F552AF3179755C1348038695049 from the serviceGroupID node. what index should i specify in this case? -- View this message in context: http://camel.465427.n5.nabble.com/Getting-a-node-from-an-