pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-suds



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 12 08:04:14 UTC 2011

Update of /cvsroot/pkgsrc/net/py-suds
In directory ivanova.netbsd.org:/tmp/cvs-serv25237

Log Message:
The Suds web services client is a lightweight soap-based client for python the
is licensed under LGPL. Basic features:
* No class generation
* Provides an object-like API.
* Reads wsdl at runtime for encoding/decoding
* Provides for the following SOAP (style) binding/encoding:
        - Document/Literal
        - RPC/Literal
        - RPC/Encoded (section 5)

The goal of suds is to present an RPC-like interface into soap-based web
services. This means that in most cases, users do not need to be concerned with
the complexities of the WSDL and referenced schemas. Regardless of which soap
message style is specified, the signature of the service methods remain the
same. Uses that do examine the WSDL will notice that even with the document
soap message style, the signature of each method resembles an RPC. The method
signature contains the contents of the document defined for the message instead
of the document itself.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/net/py-suds/DESCR
N pkgsrc/net/py-suds/distinfo
N pkgsrc/net/py-suds/Makefile
N pkgsrc/net/py-suds/PLIST

No conflicts created by this import



Home | Main Index | Thread Index | Old Index