Get at raw http headers

Is there any way to access the raw http header data from a service response. I think I’m facing the issue that the headerFields from the ResponseObject are decoded and are not easy to pass in the cookie for a next request as such.

the headerFields from the ResponseObject are decoded

I do not see what you mean. Could you please show us your test case code?

The following post of mine may relate to your issue:

Hi kazurayam, thanks, but your post describes a way to get at the cookies and store them, I need the (proper) way to pass them to a next request