[cl-soap-cvs] CVS update: public_html/index.html
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Wed Oct 5 13:24:10 UTC 2005
Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv1721
Modified Files:
index.html
Log Message:
some usability fixes
Date: Wed Oct 5 15:24:08 2005
Author: scaekenberghe
Index: public_html/index.html
diff -u public_html/index.html:1.9 public_html/index.html:1.10
--- public_html/index.html:1.9 Sun Oct 2 18:46:35 2005
+++ public_html/index.html Wed Oct 5 15:24:08 2005
@@ -66,7 +66,7 @@
<li>Make sure ASDF works for you, add the *.asd files of the packages you just downloaded
(see the <a href="http://constantly.at/lisp/asdf"/>asdf manual</a>).</li>
<li>With all of the above done:
- <pre>(asd:oos 'asdf:load-op :cl-soap)</pre>
+ <pre>(asdf:oos 'asdf:load-op :cl-soap)</pre>
should load all code into your lisp image (and compile it if necessary).
</li>
<li>Check out the example/test code in the <tt>test</tt> directory.</li>
@@ -79,7 +79,7 @@
</p>
<ul>
<li>S-XML was extended to support XML Namespaces.</li>
- <li>Basic, manual SOAP calls are now possible, for example:
+ <li>Basic, manual SOAP calls are now possible, for example (creating the package :ns1 if necessary):
<pre>(defun xmethods-get-quote (symbol)
"Calling http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl"
(let ((ns "urn:xmethods-delayed-quotes"))
@@ -170,6 +170,6 @@
Initial development was done by Sven Van Caekenberghe (Beta Nine) with testing by
Alain Picard (Memetrics).
<p>
-<p>$Id: index.html,v 1.9 2005/10/02 16:46:35 scaekenberghe Exp $</p>
+<p>$Id: index.html,v 1.10 2005/10/05 13:24:08 scaekenberghe Exp $</p>
</body>
</html>
More information about the Cl-soap-cvs
mailing list