SOAP Response Header

0
Hi, I'm testing a third party webservice and the first step is to authenticate. So when I call the webservice to logon I get the response body and I can map it to an entity. But the sessionID is returned in the response header and I can not find a way the get to the response header. Can anyone help me out with this problem? Regards, Martin
asked
2 answers
0

AFAIK we don't support custom HTTP headers at this time, you can file a feature request at support.mendix.com

answered
0

You can access the response (and the header) with the help of $latestHttpResponse/Content and store that value in a string.

answered