[cl-soap-cvs] CVS update: public_html/google-adwords-api.html public_html/index.html
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Tue Sep 27 20:28:36 UTC 2005
Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv766
Modified Files:
index.html
Added Files:
google-adwords-api.html
Log Message:
more documentation
Date: Tue Sep 27 22:28:33 2005
Author: scaekenberghe
Index: public_html/index.html
diff -u public_html/index.html:1.6 public_html/index.html:1.7
--- public_html/index.html:1.6 Thu Sep 22 22:40:44 2005
+++ public_html/index.html Tue Sep 27 22:28:32 2005
@@ -75,6 +75,8 @@
</p>
<h3>Status</h3>
<p>
+ Currently, phase 1 (and then some) has been implemented.
+</p>
<ul>
<li>S-XML was extended to support XML Namespaces</li>
<li>Basic, manual SOAP calls are now possible, for example:
@@ -120,7 +122,13 @@
"getRate"
:input `("country1" ,country1 "country2" ,country2)))</pre>
</li>
- <li>Some partial support for XML Schema Defintion types definition in WSDL is being implemented.</li>
+ <li>Https support in http-client.lisp was added for LispWorks</li>
+ <li>The general function soap-call was extended to handle headers (input and output headers)</li>
+ <li>The function wsdl-soap-call now handles document based SOAP calls too</li>
+ <li>Partial support for XML Schema Defintion types definition in WSDL has been implemented</li>
+ <li>The target of being able to talk to the Google AdWords API has been reached!
+ A separate document, <a href="google-adwords-api.html">Google AdWords API</a> describes this in more detail
+ and with some verbose examples</li>
<li>Lot's of work remains to be done! All help is welcome.</li>
</ul>
</p>
@@ -162,6 +170,6 @@
Initial developers and contributors will include Sven Van Caekenberghe (Beta Nine),
Alain Picard (Memetrics), Ivan Melotte (Beta Nine) and Nicky Peeters (Beta Nine).
<p>
-<p>$Id: index.html,v 1.6 2005/09/22 20:40:44 scaekenberghe Exp $</p>
+<p>$Id: index.html,v 1.7 2005/09/27 20:28:32 scaekenberghe Exp $</p>
</body>
</html>
More information about the Cl-soap-cvs
mailing list