Forum Discussion

swee's avatar
swee
New Contributor
9 years ago

Fetch cookies from soapUI Request and Response and reuse for following Requests

Hi    I have used follow script trying to get the cookies.   def myClient = HttpClientSupport.getHttpClient() def myStore = myClient.getCookieStore() def cookieList = myStore.getCookies() log....