{"id":19028163,"url":"https://github.com/anilanar/co-soap","last_synced_at":"2025-10-05T20:26:53.246Z","repository":{"id":19748036,"uuid":"23004887","full_name":"anilanar/co-soap","owner":"anilanar","description":"co friendly soap client","archived":false,"fork":false,"pushed_at":"2014-08-16T20:06:26.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T18:51:18.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/anilanar.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}},"created_at":"2014-08-15T22:17:40.000Z","updated_at":"2014-08-15T22:34:35.000Z","dependencies_parsed_at":"2022-07-22T12:02:23.449Z","dependency_job_id":null,"html_url":"https://github.com/anilanar/co-soap","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/anilanar%2Fco-soap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilanar%2Fco-soap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilanar%2Fco-soap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilanar%2Fco-soap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anilanar","download_url":"https://codeload.github.com/anilanar/co-soap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079610,"owners_count":19744720,"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-11-08T21:10:06.870Z","updated_at":"2025-10-05T20:26:53.190Z","avatar_url":"https://github.com/anilanar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/anilanar/co-soap.svg?branch=master)](https://travis-ci.org/anilanar/co-soap) [![Coverage Status](http://img.shields.io/coveralls/anilanar/co-soap.svg)](https://coveralls.io/r/anilanar/co-soap?branch=master)\n[![NPM version](https://badge.fury.io/js/co-soap.svg)](http://badge.fury.io/js/co-soap)\n\n#co-soap\n\n[co](https://github.com/visionmedia/co) friendly wrapper around [Soap](https://github.com/vpulim/node-soap) client.\n\n## Disclaimer\n\n[Soap](https://github.com/vpulim/node-soap) is far from being bug free and it is not well maintained. If you encounter bugs/problems, you are welcome to report them here. However it is highly recommended that you check [Soap issues]((https://github.com/vpulim/node-soap/issues) beforehand if there are issues similar to yours. **co-soap** will not be endeavouring to fix bugs related to [Soap](https://github.com/vpulim/node-soap).\n\n## Installation\n\n```js\n$ npm install co-soap\n```\n\n## Example\n\n```js\nvar cosoap = require('co-soap'),\n    co = require('co');\n\nco(function* (){\n  var client = yield cosoap.createClient('http://www.dneonline.com/calculator.asmx?WSDL');\n  var response = yield client.Add({intA: 5, intB: 10});\n\n  // prints 15\n  console.log(response.AddResult);\n})();\n```\n\n## API\nPlease see [Soap Github page](https://github.com/vpulim/node-soap) for API details.\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilanar%2Fco-soap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanilanar%2Fco-soap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilanar%2Fco-soap/lists"}