{"id":19398088,"url":"https://github.com/gmork2/django-soap-connector","last_synced_at":"2025-04-24T05:31:21.622Z","repository":{"id":42506909,"uuid":"82835882","full_name":"gmork2/django-soap-connector","owner":"gmork2","description":"SOAP connector for django framework","archived":false,"fork":false,"pushed_at":"2024-10-09T01:50:17.000Z","size":210,"stargazers_count":3,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T00:24:42.899Z","etag":null,"topics":["connector","django","python","rest-api","soap"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmork2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-02-22T17:58:46.000Z","updated_at":"2025-02-14T00:36:48.000Z","dependencies_parsed_at":"2024-03-21T11:12:10.388Z","dependency_job_id":null,"html_url":"https://github.com/gmork2/django-soap-connector","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmork2%2Fdjango-soap-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmork2%2Fdjango-soap-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmork2%2Fdjango-soap-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmork2%2Fdjango-soap-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmork2","download_url":"https://codeload.github.com/gmork2/django-soap-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250572300,"owners_count":21452327,"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":["connector","django","python","rest-api","soap"],"created_at":"2024-11-10T11:04:50.810Z","updated_at":"2025-04-24T05:31:21.356Z","avatar_url":"https://github.com/gmork2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-soap-connector\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nDjango project to connect to an existing SOAP web service and transform it into a REST API.\n\n## Getting Started\n\nThis application constitutes a proof of concept and is totally experimental, use it at your own risk! \nYou can test the application using the VIES validation service.\n\nWhat is *VIES* (VAT Information Exchange System)?\n\n\u003e It is an electronic mean of validating VAT-identification numbers of economic operators registered in \n\u003e the European Union for cross border transactions on goods or services. \n\nhttps://ec.europa.eu/taxation_customs/vies/\n\n### Prerequisites\nIt is not recommended to use memcached with this project.\n\n### Installation\nInside the downloaded repository folder, create a virtual environment and install the dependencies:\n```bash\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n### Usage\nRun the django web server and explore the browserable api: \n```bash\npython manage.py runserver 8000\n```\nInitialize client and it will automatically retrieve the WSDL file passed in the post request:\n```bash\ncurl --location --request POST 'http://127.0.0.1:8000/api/client/' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"wsdl\": \"https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl\"\n}'\n```\nFinds out what services, ports and operations are available to this client:\n```bash\ncurl --location --request GET 'http://127.0.0.1:8000/api/client/1/service/'\n```\nVerify the validity of a VAT number:\n```bash\ncurl --location --request POST 'http://127.0.0.1:8000/api/client/1/service/checkvatservice/checkvatport/checkvat' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"countryCode\": \"ES\",\n    \"vatNumber\": \"12345678\"\n}'\n```\n\n## Authors\n**Fernando M** - https://bitbucket.org/gmork2/\n\n## License\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE\nVersion 3 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmork2%2Fdjango-soap-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmork2%2Fdjango-soap-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmork2%2Fdjango-soap-connector/lists"}