Webservices connector after operation rule to get multiple Set-Cookies

Thanks very much! With the getCookies() on a WebServicesClient method in a WebServicesBeforeOperationRule was able to retrieve all cookies and solve the issue I had.

I converted the cookies to string and with a regex retrieved the sessionkey. This sessionkey I then added to the header of the requestEndPoint (for the second request).