{"id":15144525,"url":"https://github.com/marketsquare/robot-framework-soap-library","last_synced_at":"2025-10-23T22:30:40.893Z","repository":{"id":35208403,"uuid":"214196317","full_name":"MarketSquare/Robot-Framework-SOAP-Library","owner":"MarketSquare","description":"SOAP Library for Robot Framework","archived":false,"fork":false,"pushed_at":"2025-01-28T09:22:59.000Z","size":708,"stargazers_count":21,"open_issues_count":2,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-29T11:37:53.911Z","etag":null,"topics":["robotframework","soap","soapui"],"latest_commit_sha":null,"homepage":"","language":"Python","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/MarketSquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-10-10T13:55:07.000Z","updated_at":"2024-11-04T16:16:53.000Z","dependencies_parsed_at":"2024-06-11T13:58:51.383Z","dependency_job_id":"84177688-6a72-4963-8408-20890e1634eb","html_url":"https://github.com/MarketSquare/Robot-Framework-SOAP-Library","commit_stats":{"total_commits":160,"total_committers":13,"mean_commits":"12.307692307692308","dds":0.69375,"last_synced_commit":"29de58a766961c64917326c4c2acb20925127209"},"previous_names":["marketsquare/robot-framework-soap-library","altran-pt-gdc/robot-framework-soap-library"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2FRobot-Framework-SOAP-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2FRobot-Framework-SOAP-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2FRobot-Framework-SOAP-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarketSquare%2FRobot-Framework-SOAP-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarketSquare","download_url":"https://codeload.github.com/MarketSquare/Robot-Framework-SOAP-Library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237890775,"owners_count":19382562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["robotframework","soap","soapui"],"created_at":"2024-09-26T10:42:01.707Z","updated_at":"2025-10-23T22:30:40.474Z","avatar_url":"https://github.com/MarketSquare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPi downloads](https://img.shields.io/pypi/dm/robotframework-soaplibrary.svg)](https://pypi.org/project/robotframework-soaplibrary)\n[![Total downloads](https://static.pepy.tech/personalized-badge/robotframework-soaplibrary?period=total\u0026units=international_system\u0026left_color=lightgrey\u0026right_color=yellow\u0026left_text=Total)](https://pypi.org/project/robotframework-soaplibrary)\n[![Latest Version](https://img.shields.io/pypi/v/robotframework-soaplibrary.svg)](https://pypi.org/project/robotframework-soaplibrary)\n[![tests](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/actions/workflows/python-app.yml)\n\n\n# Robot-Framework-SOAP-Library\nSOAP Library for Robot Framework\n\n## Compatibility\n- _Python 3.7 +_\n- _Zeep 4.2.1 +_ \n\n## Introduction\nThe SoapLibrary was created for those who want to use the Robot Framework as if they were using SoapUI, just send the request XML and get the response XML.\n\n![alt text](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/Doc/img_SoapUI.png)\n\n![alt text](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/Doc/img2_SoapLibrary.png)\n\n## Instalation\nFor the first time installation:\n```commandline\npip install robotframework-soaplibrary\n```\nOr you can upgrade with:\n```commandline\npip install --upgrade robotframework-soaplibrary\n```\n\n## Example\n\n```RobotFramework\n    *** Settings ***\n    Library           SoapLibrary\n    Library           OperatingSystem\n\n    *** Test Cases ***\n    Example\n        Create Soap Client    http://endpoint.com/example.asmx?wsdl\n        ${response}    Call SOAP Method With XML    ${CURDIR}/request.xml\n        ${text}    Get Data From XML By Tag    ${response}    tag_name\n        Log    ${text}\n        Save XML To File    ${response}    ${CURDIR}    response_test\n```\n        \n## Example with certificate\n\nYou can see [here](https://michaelhallik.github.io/blog/2022/04/10/Using-OpenSSL-to-provide-the-RF-SoapLibrary-with-a-TLS-client-certificate) an example of how to use OPENSSL to access a webservice with TLS certificate. (Thanks Michael Hallik)\n\n## Keyword Documentation\n\nYou can find the keywords documentation [here](https://raw.githack.com/MarketSquare/Robot-Framework-SOAP-Library/master/Doc/SoapLibrary.html)     \n\n## Authors\nInitial development was sponsored by [Capgemini Engineering](https://www.capgemini.com/about-us/who-we-are/our-brands/capgemini-engineering/)\n   - **Samuel Cabral**\n   - **Joao Gomes**\n   \n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/MarketSquare/Robot-Framework-SOAP-Library/blob/master/LICENSE.md) file for details.   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frobot-framework-soap-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarketsquare%2Frobot-framework-soap-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarketsquare%2Frobot-framework-soap-library/lists"}