与SOAP相关的一些标准:
HTTP 1.0 or greater(http://www.w3.org/Protocols/HTTP/ietf-http-ext)
the core W3C XML recommendation(http://www.w3.org/TR/1998/REC-xml-19980210)
W3C XML namespace recommendation(http://www.w3.org/TR/REC-xml-names).
XML Schema(http://www.w3.org/TR/xmlschema-1/)
支持SOAP的一些公司产品:
Organization Product
Rogue Wave Nouveau ORB
Iona Orbix 2000
ObjectSpace Voyager
Digital Creations Zope, the Python Application Server
UserLand Frontier groupware product
Microsoft Windows DNA 2000
SOAP是一个协议,与编程语言无关。实际上,许多语言已经开始支持SOAP,如:java,c/c++,vb,c#,perl,php.下面列出了在Java/C++/Perl/ADA/Python环境下SOAP的执行工具:
Java: Apache SOAP , DevelopMentor's implementation, IdooXoap from ZVON
Python: PythonWare (client side only)
