- create a SOAP API project
Ctrl-N to create a new SOAP project:
we will use http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL for demo
- get info by click ListOfCountryNamesByCode
- create TestSuite -> Test Cases
right click "CountryInfoServiceSoapBinding" and select "Generate Testsuite"
- add Assertions
- how to run in sequence and in parallel
- how to create single testcase with one request
- how to create API Documention