Handling soap response headers

1
In our project we use a login webservice from a certain company. In our request parameters we have to send a username and a password. But the session id is returned as header content (not body). So I can't map it to a domain object, but I need access to the response headers. How can I do this in Mendix??
asked
1 answers
-1

Instead of mapping the result, store it and do it yourself?

answered