{"id":16370275,"url":"https://github.com/dottorblaster/soappatrol","last_synced_at":"2025-05-12T23:21:19.117Z","repository":{"id":245148118,"uuid":"807752069","full_name":"dottorblaster/soappatrol","owner":"dottorblaster","description":"Run a an easily configurable SOAP mock server","archived":false,"fork":false,"pushed_at":"2025-03-25T08:44:17.000Z","size":63,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T09:42:36.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dottorblaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-05-29T17:44:51.000Z","updated_at":"2025-03-25T08:44:15.000Z","dependencies_parsed_at":"2024-06-22T21:49:38.498Z","dependency_job_id":"cab728f6-cad9-4539-a817-0eab2e102275","html_url":"https://github.com/dottorblaster/soappatrol","commit_stats":null,"previous_names":["dottorblaster/soappatrol"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fsoappatrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fsoappatrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fsoappatrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dottorblaster%2Fsoappatrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dottorblaster","download_url":"https://codeload.github.com/dottorblaster/soappatrol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253838078,"owners_count":21972090,"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":[],"created_at":"2024-10-11T03:04:32.695Z","updated_at":"2025-05-12T23:21:19.084Z","avatar_url":"https://github.com/dottorblaster.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soappatrol\n\n**soappatrol** is a program written in the Go programming language that spawns a SOAP mock server generated from a configuration file. It allows you to simulate a SOAP server for testing and development purposes, having it listening on a Unix socket of your choice.\n\n## Features\n\n- Generates a SOAP mock server from a configuration file\n- Supports multiple SOAP endpoints and responses\n- Listens on a UNIX socket\n- Easy to use command-line interface\n\n## Installation\n\nTo install soappatrol, you will need to have Go installed on your system. You can then install it using the Go package manager:\nText Only\n\ngo install github.com/dottorblaster/soappatrol@latest\n\n## Usage\n\nTo use soappatrol, you need to create a configuration file that defines the SOAP endpoints and responses. Here's an example configuration file:\n\n```toml\n[[request]]\naction = \"operationFoo\"\ntagname = \"barRequest\"\nresponse = \"\"\"\n\u003cHelloResponse xmlns=\"http://example.com/\"\u003e\n  \u003cHelloResult\u003eHello, world!\u003c/HelloResult\u003e\n\u003c/HelloResponse\u003e\n\"\"\"\n```\n\nTo start the SOAP mock server, run the following command:\n\n```\nsoappatrol /path/to/socket.sock path/to/config.toml\n```\n\nThe server will start listening on the socket of your choice. You can then send SOAP requests to the configured endpoints.\n\n## Thanks to\n- [Teknoraver](https://github.com/teknoraver) for [this gist](https://gist.github.com/teknoraver/5ffacb8757330715bcbcc90e6d46ac74) about implementing http listen on Unix sockets\n- [Foomo](https://github.com/foomo/) for their SOAP library, which I embedded in this project because I needed some downstream modifications\n\n## Contributing\n\nIf you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fsoappatrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdottorblaster%2Fsoappatrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdottorblaster%2Fsoappatrol/lists"}