{"id":26870918,"url":"https://github.com/btbytes/soappy","last_synced_at":"2026-01-27T01:33:24.921Z","repository":{"id":467893,"uuid":"92655","full_name":"btbytes/soappy","owner":"btbytes","description":"SOAPpy with fixes to make it work with Python 2.5","archived":false,"fork":false,"pushed_at":"2008-12-18T04:32:21.000Z","size":272,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T15:53:42.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lokesh/color-thief","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btbytes.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","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":"2008-12-18T04:31:08.000Z","updated_at":"2019-08-13T13:48:27.000Z","dependencies_parsed_at":"2022-07-07T18:22:24.928Z","dependency_job_id":null,"html_url":"https://github.com/btbytes/soappy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/btbytes/soappy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fsoappy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fsoappy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fsoappy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fsoappy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btbytes","download_url":"https://codeload.github.com/btbytes/soappy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2Fsoappy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-03-31T07:17:48.379Z","updated_at":"2026-01-27T01:33:24.903Z","avatar_url":"https://github.com/btbytes.png","language":null,"readme":"==============================================\nSOAPpy - Simple to use SOAP library for Python \n==============================================\n\nCurrent Maintainer: \t\n\n\tGregory R. Warnes \u003cGregory.R.Warnes@Pfizer.com\u003e\n\nOriginal Authors: \n\n\tCayce Ullman \u003cc_ullman@yahoo.com\u003e\n        Brian Matthews \u003cblm@blmatthews.com\u003e\n\nContributions by:\n\n\tChristopher Blunck \u003cblunck2@gst.com\u003e\n\tBrad Knotwell \u003cb.knotwell@f5.com\u003e\n\tMark Bucciarelli \u003cmark@hubcapconsulting.com\u003e (ported WSDL\n             client from ZSI)\n\tIvan R. Judson \t\u003cjudson@mcs.anl.gov\u003e (Globus support)\n\tKirk Strauser \u003ckirk@daycos.com\u003e\n\tAntonio Beamud Montero \u003cantonio.beamud@linkend.com\u003e (patches\n  \t     for integrating SOAPpy into Zope)\n\tAnd others.\n\nCopyright (c) 2002-2005, Pfizer, Inc.\nCopyright (c) 2001, Cayce Ullman.\nCopyright (c) 2001, Brian Matthews.\nAll rights reserved, see the file LICENSE for conditions of use.\n\nINTRODUCTION\n============\n\n    The goal of the SOAPpy team is to provide a full-featured SOAP library\n    for Python that is very simple to use and that fully supports dynamic\n    interaction between clients and servers.\n    \n    INCLUDED\n    --------\n\n    - General SOAP Parser based on sax.xml\n    - General SOAP Builder\n    - SOAP Proxy for RPC client code\n    - SOAP Server framework for RPC server code\n    \n    FEATURES\n    --------\n\n    - Handles all SOAP 1.0 types\n    - Handles faults \n    - Allows namespace specification\n    - Allows SOAPAction specification\n    - Homogeneous typed arrays\n    - Supports multiple schemas\n    - Header support (mustUnderstand and actor)\n    - XML attribute support\n    - Multi-referencing support (Parser/Builder)\n    - Understands SOAP-ENC:root attribute\n    - Good interop, passes all client tests for Frontier, SOAP::LITE, SOAPRMI\n    - Encodings\n    - SSL clients (with Python compiled with OpenSSL support)\n    - SSL servers (with Python compiled with OpenSSL support and M2Crypto\n      installed)\n    - Encodes XML tags per SOAP 1.2 name mangling specification (Gregory Warnes)\n    - Automatic stateful SOAP server support (Apache v2.x) (blunck2)\n    - WSDL client support\n    - WSDL server support\n    \n    TODO (See RELEASE_INFO and CHANGELOG for recent changes)\n    ----\n\n    - Timeout on method calls\n    - Advanced arrays (sparse, multidimensional and partial)\n    - Attachments\n    - mod_python example\n    - medusa example\n    - Improved documentation\n    \n    MANIFEST\n    --------\n    \n    Files\n\n    \n        README\t        This file\n        RELEASE_NOTES       General information about each release\n        ChangeLog           Detailed list of changes\n        TODO\t\tList of tasks that need to be done\n    \n        setup.py            Python installation control files\n        MANIFEST\n        MANIFEST.in\n        \n        SOAPpy.spec*        RPM package control file\n    \n    Directories\n    \n        SOAPpy/*            Source code for the package\n        SOAPpy/wstools/*    Source code for WSDL tools\n        tests/*             unit tests and examples\n        validate/*          interop client and servers\n        bid/*\t\tN+I interop client and server\n        doc/*\t\tDocumentation\n        contrib/\t\tContributed examples (also see test/)\n        docs/\t\tDocumentation\n        tools/              Misc tools useful for the SOAPpy developers\n        zope/               Patches to Zope allowing it to provide SOAP services\n    \n\nINSTALLATION\n============\n\n    REQUIRED PACKAGES:\n    -----------------\n\n    - fpconst 0.6.0 or later,\n      \u003chttp://research.warnes.net/projects/rzope/fpconst/\u003e\n\n    - pyXML 0.8.3 or later, \u003chttp://pyxml.sourceforge.net\u003e\n    \n    OPTIONAL PACKAGES\n    -----------------\n    \n    - pyGlobus, optional support for Globus,\n      \u003chttp://www-itg.lbl.gov/gtg/projects/pyGlobus/\u003e\n    \n    - M2Crypto.SSL, optional support for server-side SSL\n      \u003chttp://sandbox.rulemaker.net/ngps/m2/\u003e\n    \n    - If Python is compiled with SSL support (Python 2.3 does so by\n      default), client-side use of SSL is supported\n    \n    INSTALLATION STEPS\n    ------------------\n    \n    As of version 0.9.8 SOAPpy can be installed using the standard python\n    package installation tools.  \n    \n    To install:\n    \n      1) Unpack the distribution package:\n    \n         On Windows, use your favorite zip file uncompression tool.\n    \n         On Unix: \n        \n             $ tar -xvzf SOAPpy-$VERSION$.tar.gz\n        \n             if you have gnu tar, otherwise\n        \n             $ gzcat SOAPpy-$VERSION$.tar.gz | tar -xvf -\n        \n      2) Change into the source directory\n    \n         $ cd SOAPpy-$VERSION$\n    \n      3) Compile the package \n    \n         $ python setup.py build\n    \n      4) Install the package\n\n\t On Windows:\n\n\t     $ python setup.py install\n\n\t On Unix install as the owner of the python directories\n\t (usally root):\n    \n\t     $ su root\n             Password: XXXXXX\n             $ python setup.py install\n    \n    \nDOCUMENTATION\n=============\n\n    QUICK START\n    -----------\n\n    A simple \"Hello World\" http SOAP server:\n\n        import SOAPpy\n        def hello():\n\t    return \"Hello World\"\n\n        server = SOAPpy.SOAPServer((\"localhost\", 8080))\n        server.registerFunction(hello)\n        server.serve_forever()\n\n    And the corresponding client:\n\n        import SOAPpy\n        server = SOAPpy.SOAPProxy(\"http://localhost:8080/\")\n        print server.hello()\n\n    BASIC TUTORIAL\n    --------------\n\n    Mark Pilgrims' _Dive Into Python_, published in printed form by\n    Apress and online at at http://diveintopython.org provides a\n    nice tutorial for SOAPpy in Chapter 12, \"SOAP Web Services\".\n    See http://diveintopython.org/soap_web_services .\n\n    OTHER DOCUMENTATION\n    -------------------\n      \n    For further information see the files in the docs/ directory.\n\n    Note that documentation is one of SOAPpy's current weak points.\n    Please help us out!\n\n\nGETTING HELP\n============\n\n    REPORTING BUGS\n    --------------\n    \n    Please submit bug reports, feature requests, patches, etc at the\n    Python Web Services web site:  http://pywebsvcs.sourceforge.net.\n    \n    MAILING LIST\n    ============\n    \n    Please address questions and general discussion to the\n    pywebsvcs-talk mailing list, pywebsvcs-talk@lists.sourceforge.net.\n    \n    For subscription information visit\n    http://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk.  \n    List archives are available at\n    http://sourceforge.net/mailarchive/forum.php?forum=pywebsvcs-talk\n\n    Please remember that the authors do have day jobs, so please try\n    the mailing list before contacting them directy.  \n        \n$Id: README,v 1.18 2005/02/22 15:58:35 warnes Exp $\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fsoappy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtbytes%2Fsoappy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fsoappy/lists"}