Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 3aed77ee5668821267464f15306702d60ff99076 |
---|---|
Page Name: | clients |
Date: | 2011-02-27 00:27:50 |
Original User: | bovine |
Parent: | 490bd6201f665a3df0f1445c528962bc5bf184dc |
Content
Third-party SOAP client compatibility with tclws ServerSide.
Introduction
The tclws package aims to be a standards compliant SOAP server compatible with any modern SOAP client that supports Document/Literal wrapped services.
Tested Clients
The following clients are known to successfully work with tclws ServerSide:
- Microsoft C# .NET/CLR; Visual Studio 2003, 2005, 2008, 2010
- PHP builtin Soap Client -- http://php.net/SoapClient
- PHP NuSOAP -- http://nusoap.sourceforge.net/
- Perl CPAN SOAP::WSDL -- http://search.cpan.org/dist/SOAP-WSDL/
- Perl CPAN SOAP::Lite, however the "stubmaker.pl" utility and the SOAP::Lite WSDL support cannot be used. -- http://search.cpan.org/dist/SOAP-Lite/
- Java Apache Axis1 -- http://ws.apache.org/axis/
- Java Apache Axis2 -- http://ws.apache.org/axis2/
- Tcl tclws -- this project, of course!
- Python SOAPpy -- http://pywebsvcs.sourceforge.net/
- Python SUDS -- http://fedorahosted.org/suds/
- Ruby soap4r -- http://dev.ctor.org/soap4r
- Ruby savon gem -- http://savon.rubiii.com/
If you have tested any other third-party clients, please feel free to add your successes or failures.