{"id":20173262,"url":"https://github.com/teedjay/playground-soap","last_synced_at":"2026-06-20T12:33:41.953Z","repository":{"id":73156905,"uuid":"113988729","full_name":"teedjay/playground-soap","owner":"teedjay","description":"Simple SOAP using only plain JavaSE 8","archived":false,"fork":false,"pushed_at":"2020-10-13T06:40:34.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T04:41:51.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/teedjay.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":"2017-12-12T12:40:25.000Z","updated_at":"2019-12-11T22:02:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c61b757a-4f1b-4d28-a231-ed0082ac715e","html_url":"https://github.com/teedjay/playground-soap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teedjay/playground-soap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fplayground-soap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fplayground-soap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fplayground-soap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fplayground-soap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teedjay","download_url":"https://codeload.github.com/teedjay/playground-soap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fplayground-soap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34570537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-14T01:34:33.861Z","updated_at":"2026-06-20T12:33:41.934Z","avatar_url":"https://github.com/teedjay.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# playground-soap\nSimple SOAP using only plain Java SE 8\nAdded GitHub Action to the project for Java CI.\nMade a change to trigger new build..\n\n\n## How to build\nYou need Java 8 to build this project.\n```\nmvn clean\nmvn package      \u003c== will build a runnable jar file at target/soap-1.0-SNAPSHOT.jar\n```\n\n## How to run this project\nYou can run directly from the command line.\n```\njava -cp target/soap-1.0-SNAPSHOT.jar com.teedjay.soap.BootServer\n```\n\n## How to use the service\nWSDL will be available for import to SOAP-UI etc at `http://localhost:8082/pinger?wsdl`\n\nYou can post a request file by using this curl :\n```\ncurl -i -X POST -H \"Content-Type: text/xml\" -d @src/test/resources/ExampleRequest.xml http://localhost:8082/pinger\n```\n\nThe response should be like this :\n```\n\u003c?xml version=\"1.0\" ?\u003e\n\u003cS:Envelope xmlns:S=\"http://schemas.xmlsoap.org/soap/envelope/\"\u003e\n  \u003cS:Body\u003e\n    \u003cns2:pingResponse xmlns:ns2=\"http://teedjay.com/wsdl\"\u003e\n      \u003cPingerOutput\u003e\n        \u003cmessage\u003eThis is a simple SAMPLE message\u003c/message\u003e\n        \u003creverse\u003eegassem ELPMAS elpmis a si sihT\u003c/reverse\u003e\n        \u003ctimestamp\u003e2017-12-12T14:40:07.659\u003c/timestamp\u003e\n      \u003c/PingerOutput\u003e\n    \u003c/ns2:pingResponse\u003e\n  \u003c/S:Body\u003e\n\u003c/S:Envelope\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteedjay%2Fplayground-soap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteedjay%2Fplayground-soap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteedjay%2Fplayground-soap/lists"}