Difference between revisions of "SOAP Tools and Implementations"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (New page: = General References = * http://freshmeat.net/projects/soappy/ * http://www.soapware.org/ = Webservices and LoadRunner = * Testing Webservices with LoadRunner = PER...) |
PeterHarding (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 45: | Line 45: | ||
See [http://www.soapui.org SOAPUI download page] | See [http://www.soapui.org SOAPUI download page] | ||
Using SOAPUI within [[ | Using SOAPUI within [[Eclipse]] [http://www.soapui.org/eclipse/index.html SOAPUI Eclipse-plugin]. | ||
= C++ = | = C++ = | ||
Line 57: | Line 57: | ||
Back to general [[SOAP]] page. | Back to general [[SOAP]] page. | ||
[[Category:SOAP]] | |||
[[Category:Webservices]] | |||
[[Category:PERL]] | |||
[[Category:Python]] |
Latest revision as of 10:15, 27 May 2011
General References
Webservices and LoadRunner
PERL
- SOAP::Lite
SOAP::Lite
Python
Modules available include:
- SOAP.py - vintage 2001
- SOAPpy.py - vintage 2003
- Zolera Soap Interface (ZSI) - Current
- satine - Current
SOAP.py
See Project details for soappy
Zolera Soap Interface
ZSI incorporate SOAPpy module and the project home page can be found at [SourceForge]
satine
Java
- SOAPUI
SOAPUI
Using SOAPUI within Eclipse SOAPUI Eclipse-plugin.
C++
See gSOAP
GNU gcc SOAP Implementation
Also see Python_XML
Back to general SOAP page.