I am using latest SOAP-UI latest version and my scenario is like below :
- Open the browser and login to website.
- After login the browser will generate some cookie.
- And I have a webservice which will only give results once I provide this cookie to the webservice.
Now my questions:
- Is there any way by which i can directly send that browser cookie to soapui to run the particular webservice which only runs when it receives some cookie ?
- Any SOAP UI add-on if there in the market?