{"id":19381078,"url":"https://github.com/rathorsunpreet/soap-api-test","last_synced_at":"2026-03-02T19:12:18.799Z","repository":{"id":257179817,"uuid":"857157734","full_name":"rathorsunpreet/SOAP-API-Test","owner":"rathorsunpreet","description":"Countries SOAP API tested using SOAPUI Open Source Version.","archived":false,"fork":false,"pushed_at":"2024-09-18T15:11:01.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T16:53:18.261Z","etag":null,"topics":["api","apitest","apitesting","automated-testing","automation","rick-and-morty","rickandmortyapi","soap","soap-api","soap-services","soapui","test","test-automation","testing","testing-tools","tests"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rathorsunpreet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T23:38:44.000Z","updated_at":"2024-09-20T21:38:41.000Z","dependencies_parsed_at":"2025-01-07T06:28:52.193Z","dependency_job_id":"ab81bb20-e240-4aa5-9d04-3f05f7141e7d","html_url":"https://github.com/rathorsunpreet/SOAP-API-Test","commit_stats":null,"previous_names":["rathorsunpreet/soap-api-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rathorsunpreet/SOAP-API-Test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2FSOAP-API-Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2FSOAP-API-Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2FSOAP-API-Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2FSOAP-API-Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rathorsunpreet","download_url":"https://codeload.github.com/rathorsunpreet/SOAP-API-Test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathorsunpreet%2FSOAP-API-Test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30016508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","apitest","apitesting","automated-testing","automation","rick-and-morty","rickandmortyapi","soap","soap-api","soap-services","soapui","test","test-automation","testing","testing-tools","tests"],"created_at":"2024-11-10T09:15:45.984Z","updated_at":"2026-03-02T19:12:18.766Z","avatar_url":"https://github.com/rathorsunpreet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOAP-API-Test\n\n[Countries SOAP API](http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL=) tested in SOAPUI Open Source Version. It involves groovy scripting for a data-driven test case which outputs a CSV file.\n\nDemo / Explanation Video: [https://www.youtube.com/watch?v=AeaR5Yi4O-M](https://www.youtube.com/watch?v=AeaR5Yi4O-M)\n\n## Installation\n\nManually download the project, unzip it and then select `Import Project` from the `File` menu.\n\n## Requirements\nThis project uses:\n\n1. [opencsv](https://central.sonatype.com/artifact/com.opencsv/opencsv) to write the CSV Output file.\n2. [list-of-countries.txt](https://gist.github.com/dariusz-wozniak/656f2f9070b4205c5009716f05c94067#file-list-of-countries-txt) from\n[dariusz-wozniak](https://gist.github.com/dariusz-wozniak)'s GIST.\n3. [Apache Ant](https://ant.apache.org/) to generate HTML Report.\n\nThe `list-of-countries.txt` is provided with the project, user's would have to download `opencsv` manually and place the jar file in `C:\\Program Files\\SmartBear\\\u003cSOAPUI-version-installation\u003e\\bin\\ext`.\n\n## Notes\nThe file `no-iso-countries.txt` was made by `Sunpreet Singh Rathor` during the build of this project.\n\n## Usage - General\nSince the project has a WSDL file, all requests are automatically added. This leads to running the project or it's components in a number of ways, such as:\n\n1. Open a request, fill in the required fields and press `Submit` button. This sends a single request.\n2. Double click `Initial Suite` and press the `Run` button to execute the test suite.\n3. Double click a Test Case and press `Run` button to execute all Test Steps within the selected Test Case.\n4. Open a request within a Test Case, fill in the required information and press `Submit`. Assertions can directly be added here.\n\n## Usage - HTML Report\nTo generate the HTML Report, edit the `build.xml` to specify the following:\n\n1. SOAPUI Installation Folder\n2. Apache Ant Installation Folder\n3. Current Project Folder\n\nAfter these have been updated, run the command `ant` in the project folder in Command Prompt or PowerShell. The HTML Report would be generated in `HTML` folder of the project directory.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathorsunpreet%2Fsoap-api-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frathorsunpreet%2Fsoap-api-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathorsunpreet%2Fsoap-api-test/lists"}