Web Services

Python XML SIG <xml-sig@python.org>


Freely available Python WSDL library?    (1817)

References: mal@lemburg.com (Feb 10, 2002)

SOAPy    (1826)

References: rsalz@zolera.com (Feb 10, 2002)

wsdllib.py    (3202)

May be included in future 4Suite release.
References: lloyd@lancaster.lib.pa.us (Feb 10, 2002), mal@lemburg.com (Feb 15, 2002)

Licensing?    (3319)

IBM Open Source License    (3324)

Best way to define input/output types?    (3220)

Stick to ZSI's type objects    (3226)

How to link wsdllib.py with ZSI type objects?    (3236)

Wrapper application    (3241)

Take a list of method names, their input/output type objects, and URL for method invocation, and spit out WSDL file.

Problems with WSDL?    (1604)

Not human readable/writeable    (1608)

References: paul@prescod.net (Feb 10, 2002)

Opposite approach of IDL    (1786)

In CORBA, IDL is written by hand and language bindings are generated. With WSDL, it's reversed.

People want to convert legacy apps into services    (1795)

What's preventing this?    (1619)

Cut and paste repetition    (1632)

<import> tag meant to prevent copy and paste    (1643)

Necessary because of multiple levels of WSDL    (1664)

Are all these levels necessary?    (1672)

Do they all belong in a single spec?    (1677)

XML Schema as abstract type description language    (1694)

Older IDLs simpler for RPC-oriented SOAP    (1702)

XMLP WG rationale    (1749)

Can't handle multiple parties    (2105)

References: paul@prescod.net (Feb 13, 2002), rsalz@zolera.com (Feb 13, 2002), paul@prescod.net (Feb 13, 2002)

Alternatives?    (2419)

Web Services Operations Language    (2424)

Static descriptions of message formats are good    (2433)

Web Resource Description Language    (3380)

Supersedes Web Services Operation Language    (3392)

First-class concepts of resource, representation, method, input, output    (3398)

Methods are HTTP methods    (3407)

Inputs/outputs like HTTP inputs/outputs    (3413)

Includes rough proposal for API    (3420)

Statically typed    (3428)

Examples?    (3436)

"RESTifying the Matisse interfaces"    (3441)

Suggestions for WSDL 1.2?    (1716)

Split into Implementation and Interface spec    (1724)

References: paul@prescod.net (Feb 11, 2002)

Should be semantically easy to read/write    (1730)

References: paul@prescod.net (Feb 11, 2002)

Get rid of "abstract" layers?    (1761)

Layers should be as abstract as IDL    (1770)

Right now, they're both more and less.

First class concepts of array and struct    (1739)

References: paul@prescod.net (Feb 11, 2002)

IDL already a decent abstract IDL    (1776)

SOAP evaluation?    (3483)

Problems w/ SOAP?    (3471)

What's good about SOAP?    (3461)

HTTP in the context of Web Services?    (3491)

What is HTTP?    (3451)