Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session cookies managment #11

Open
adnen-chouibi opened this issue Dec 24, 2016 · 1 comment
Open

Session cookies managment #11

adnen-chouibi opened this issue Dec 24, 2016 · 1 comment

Comments

@adnen-chouibi
Copy link

Someone can help me Please,
How to save and return cookies to the web service?
i need to retrieve header values from the web service Authetification response. I would like to save any returned cookies in my shared preferences and return them in request header for the rest of services

@AlexGilleran
Copy link
Owner

It's definitely not supported out of the box. The only way I can think of to do it is to create your own version of https://github.com/AlexGilleran/IceSoap/blob/master/IceSoap/src/com/alexgilleran/icesoap/request/impl/HUCSOAPRequester.java and include the code to save/add the cookies. Info on using a custom SOAPRequester implementation is at https://github.com/AlexGilleran/IceSoap/wiki/Using-Custom-Ports-and-SSL#using-your-new-soaprequester-implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants