Re: camel-cxfrs with custom http headers...

2010-08-20 Thread Willem Jiang
O'Day Senior IT Consultant From: Willem.Jiang [via Camel] To: boday Sent: Wed, August 18, 2010 8:40:04 PM Subject: Re: camel-cxfrs with custom http headers... FYI, I committed the patch into Camel trunk, please check out the latest Camel 2.5-SNAPSHOT to

Re: camel-cxfrs with custom http headers...

2010-08-19 Thread ben.oday
Willem, one more question. Does the same issue exist for SOAP requests as well? My team is telling me that it doesn't work for SOAP requests either. Let me know if a change is necessary there as well...thanks again - Ben O'Day IT Consultant (subcontractor for Progress) -- View this messa

Re: camel-cxfrs with custom http headers...

2010-08-19 Thread boday
] To: boday Sent: Wed, August 18, 2010 8:40:04 PM Subject: Re: camel-cxfrs with custom http headers... FYI, I committed the patch into Camel trunk, please check out the latest Camel 2.5-SNAPSHOT to verify it. Willem boday wrote: > Jiang, our client is sending some needed parameters in

Re: camel-cxfrs with custom http headers...

2010-08-18 Thread Willem Jiang
FYI, I committed the patch into Camel trunk, please check out the latest Camel 2.5-SNAPSHOT to verify it. Willem boday wrote: Jiang, our client is sending some needed parameters in the HTTP header of each request and I'm trying to figure out how to retrieve them in my Camel processor. Are the

Re: camel-cxfrs with custom http headers...

2010-08-17 Thread Willem Jiang
Hi, I created a JIRA for it, and will work on it today. Hope you can try it out tomorrow. Willem boday wrote: Jiang, our client is sending some needed parameters in the HTTP header of each request and I'm trying to figure out how to retrieve them in my Camel processor. Are they accessible fro

Re: camel-cxfrs with custom http headers...

2010-08-17 Thread boday
Jiang, our client is sending some needed parameters in the HTTP header of each request and I'm trying to figure out how to retrieve them in my Camel processor. Are they accessible from the camel exchange/message now? If so, how can I retrieve them? thanks... - Ben O'Day -- View this mess

Re: camel-cxfrs with custom http headers...

2010-08-17 Thread Willem Jiang
Hi, Why do you want to the custom http headers from the CXFRS endpoint? The DefaultCXFRSBinding is just copying the Http protocol related header into camel message. I think we make some changes here and pass the protocol headers into the camel message header. I filled a JIRA[1] for it. [1]