{"id":17259515,"url":"https://github.com/muneeb706/soap-request-builder","last_synced_at":"2025-07-30T01:31:31.760Z","repository":{"id":154490575,"uuid":"286938805","full_name":"muneeb706/soap-request-builder","owner":"muneeb706","description":"Sample project to give an idea on how to convert REST API request in JSON to SOAP Request.","archived":false,"fork":false,"pushed_at":"2024-01-14T18:54:55.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T22:51:12.860Z","etag":null,"topics":["equifax","json","json-to-xml-converter","python","rest-api","soap-request","soap-web-services","xml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muneeb706.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-12T06:48:11.000Z","updated_at":"2024-01-14T06:03:26.000Z","dependencies_parsed_at":"2024-01-14T07:25:34.030Z","dependency_job_id":"d14b006e-0dd7-48da-8c37-8055729aa8f0","html_url":"https://github.com/muneeb706/soap-request-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muneeb706/soap-request-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fsoap-request-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fsoap-request-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fsoap-request-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fsoap-request-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muneeb706","download_url":"https://codeload.github.com/muneeb706/soap-request-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fsoap-request-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267792645,"owners_count":24144929,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["equifax","json","json-to-xml-converter","python","rest-api","soap-request","soap-web-services","xml"],"created_at":"2024-10-15T07:45:19.226Z","updated_at":"2025-07-30T01:31:31.428Z","avatar_url":"https://github.com/muneeb706.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOAP Request Builder\n\nThis project demonstrates how to convert a JSON request into an XML SOAP request. It uses sample data to build a Start Transaction request for the [Equifax](https://www.equifax.com/personal/) Start Transaction Service.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThe project is written in Python (tested with python 3.9.1). You need to have Python installed on your machine. You can download Python [here](https://www.python.org/downloads/).\n\n### Installation\n\n1. Clone the repository:\n    ```\n    git clone https://github.com/muneeb706/soap-request-builder.git\n    ```\n2. Navigate to the project directory:\n    ```\n    cd soap-request-builder\n    ```\n3. Install the dev dependencies:\n    ```\n    pip install -r requirements-dev.txt\n    ```\n\n### How to run\n\nRun the `main.py` script:\n    ```\n    python main.py\n    ```\n\nThis will execute the `main.py` script, which uses the `StartTransactionRequestBuilder` class to convert a JSON request into a SOAP request. The SOAP request will be printed in the terminal.\n\n### Running the Tests\n\nAfter installing the dev dependencies, you can run the unit tests and generate a coverage report.\n\n1. Navigate to the project directory:\n    ```\n    cd soap-request-builder\n    ```\n2. Run the tests with coverage:\n    ```\n    coverage run -m unittest discover tests\n    ```\n3. Generate the coverage report:\n    ```\n    coverage report -m\n    ```\n\nThis will execute the unit tests and print a coverage report in the terminal. The coverage report shows the percentage of your code that is covered by the tests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb706%2Fsoap-request-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuneeb706%2Fsoap-request-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb706%2Fsoap-request-builder/lists"}