Forum Discussion
nmrao
13 years agoCommunity Hero
What I can think of is have a library which can does the job of http post and get the response. Then place this library under $SOAPUI_HOME/bin/ext. Use groovy script to make a API call to the class with parameters like the URL, Request file. Once you got the response, do the assertion in groovy itself.