SOAP
http://ws.apache.org/soap/site.html
http://www-106.ibm.com/developerworks/library/ws-peer2/
http://www.soapuser.com/client2.html
http://www.soapuser.com/server1.html
http://www..perfectxml.com/articles/xml/hellosoap.asp
http://www.soapwebservices.com/articles/what_is_soap.asp (shockwave flash presentation)
http://www.javapro.com/upload/free/features/javapro/2001/04apr01/prs0104/prs0104-1.asp
http://docs.pushtotest.com/ ('Additional resources' section)
http://www.soaplite.com/#LINKS
http://soap.manilasites.com/
http://www.xmethods.net/gettingstarted/apache.html
http://xml.apache.org/soap/mail.html
http://www.develop.com/soap/soapfaq.htm
I'd like to write a SOAP client as a Java applet. Are there any 'tiny' SOAP client libraries I could use?
Consider using SoapRMI for your client. It is 183KB (including full XML parser) and is available here: http://www.extreme.indiana.edu/soap/rmi/download/. For more details about its design, see: http://www.extreme.indiana..edu/soap/.
You could also consider using IBM's 'Web Services Development Environment' http://www.alphaworks.ibm.com/tech/wsde (warning: it is a big download). Among other things, it will automatically generate WSDL files from any java class or COM object, create a browser-based client, and deploy your services to Websphere or Apache.
Also have a look at KSoap - a small-footprint SOAP lib for J2ME: http://ksoap.enhydra.org/index.html.
Systinet (formerly Idoox) also provide a JavaScript-based SOAP implementation that enables you to invoke a SOAP request from a browser. The JavaScript support is included in WASP Lite. You can download it from http://www.systinet.com/download.html.
2.14

<< Home