reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

How to get Headers (e.g. Cookies) and pass it to next Call #40

Open ValentinTSM opened 8 years ago

ValentinTSM commented 8 years ago

Hi,

Can someone explain me how to pull the Headers of the request? I cannot find any function to do so.

I also need to send it back to another call once authenticated.

Cheers,