Download List

프로젝트 설명

SOAP.py is an implementation of SOAP (Simple Object Access Protocol) in Python. It includes a general SOAP Parser based on sax.xml ( requires Python 2.0 ), a general SOAP Builder, a SOAP Proxy for RPC client code, and SOAP Server framework for RPC server code. SOAP.py handles all of the types in the BDG, handles faults, allows namespace specification, and SOAPAction specification. It supports Homogeneous typed arrays, multiple schemas, the mustUnderstand and actor headers, XML attributes, Multi-referencing. SOAP.py also has good interoperability and passes all client tests for Frontier, SOAP::LITE, and SOAPRMI encodings.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-06-28 08:00
0.9.7

많은 측면, 새로운 메두사 예제 빌드에 대한 입력 메커니즘의 새로운 능력이 HTTP 프록시를 사용하고, 유엔에 대한 수정 - 버그라는 명령을 매개 변수 Reworking.
Tags: Major feature enhancements
Reworking much of the typing mechanisms on the build side, a new Medusa example, a new ability to use an HTTP proxy, and a fix for the un-named ordered parameters bug.

2001-05-17 18:34
0.9.5

이 릴리스의 구문 분석해야하며 모든 1999, 2000, 2001 빌드 및 SOAP - ENC 데이터 유형. 다중의 초기 처리, 부분, 스파스 차원 배열을 구현했다. SSL을 지원하는 경우 클라이언트 파이썬은 OpenSSL과 내장, 그리고 SSL이 서버에 설치되어 M2Crypto 만약에 지원합니다. SOAPproxy URL에 기본값이 적용됩니다. _SOAPContext 개체, 이는 현재의 통화에 대해 서버 기능을 제공합니다 자세한 내용은 등록이 추가되었습니다. 이제 모든 유형의 스키마 구조체 될 수 없다는 생각입니다. 구성 개체, 구성 옵션을 세계적으로 설정하거나 개별 전화 수준에서 허용이 추가되었습니다. 날짜 _ 시간, 바이너리 및 부울 형식을 사용 중지했다. dateTimeType, binaryType, 그리고 지금은 booleanType 대신 사용해야합니다. N이라는 + 내가 지금 interop에 스위트가 포함되어있습니다. 다양한 버그 수정 및 개선되었다.
Tags: Major feature enhancements
This release should parse and build all 1999, 2000, 2001, and SOAP-ENC
datatypes. Initial handling of multi-dimensional, partial, and sparse arrays
was implemented. SSL clients are supported if Python built with OpenSSL, and
it supports SSL servers if if M2Crypto installed. Defaults are applied to
SOAPproxy URLs. The _SOAPContext object was added, which gives registered
server functions more information about the current call. It is now assumed
that any type that isn't in a schema could be a struct. The Config object was
added, allowing configuration options to be set globally or on an individual
call level. The DateTime, Binary, and Boolean types were deprecated.
dateTimeType, binaryType, and booleanType should now be used instead. The N+I
interop suite is now included. Various bug fixes and improvements were made.

Project Resources