[cl-soap-cvs] CVS update: public_html/index.html

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Thu Sep 22 20:40:45 UTC 2005


Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv18945

Modified Files:
	index.html 
Log Message:
some extras

Date: Thu Sep 22 22:40:44 2005
Author: scaekenberghe

Index: public_html/index.html
diff -u public_html/index.html:1.5 public_html/index.html:1.6
--- public_html/index.html:1.5	Thu Sep 15 13:42:49 2005
+++ public_html/index.html	Thu Sep 22 22:40:44 2005
@@ -9,6 +9,9 @@
 both the client and server parts, using both HTTP and HTTPS as transports 
 as well as the WSDL 1.1 spec 
 ( <a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">http://www.w3.org/TR/2001/NOTE-wsdl-20010315</a> )
+and the XML Schema Definition spec
+( <a href="http://www.w3.org/TR/xmlschema-1/">http://www.w3.org/TR/xmlschema-1/</a> and
+  <a href="http://www.w3.org/TR/xmlschema-2/">http://www.w3.org/TR/xmlschema-2/</a> )
 on as many CL implementations as possible.
 Interoperability with various other SOAP implementations and applications
 will be possible.
@@ -44,8 +47,9 @@
 but only the so called Document model. We need HTTPS (comes with LispWorks).</li>
 <li>Without (dynamic) WSDL 1.1 support this would mean manual XML message (document)
 encoding and decoding - not very difficult but not elegant and tedious.</li>
-<li>Therefore there will be support for WSDL and the dynamic generation of
-any necessary CL stub code (classes, methods) to access services.</li>
+<li>Therefore there will be support for WSDL, XSD 
+and the dynammic usage of this meta data to access services 
+and/or the dynamic generation of any necessary CL stub code (classes, methods) to access services.</li>
 <li>Testing will occur against the live Google AdWords API and against local
 Apache Axis SOAP 1.1 (possibly 1.2) Java servers (these are used by Google)
 ( <a href="http://ws.apache.org/axis/">http://ws.apache.org/axis/</a> ).</li>
@@ -127,7 +131,8 @@
 <li>Test and (im)prove compatibility with other SOAP implementations and applications.</li>
 <li>Implement server side SOAP (document model).</li>
 <li>Define WSDL in Lisp (and autogenerate it).</li>
-<li>Implement the SOAP RPC model and encoding, both for client and server.</li>
+<li>Implement more of WSDL and XSD.</li>
+<li>Implement more of the SOAP RPC model and encoding, both for client and server.</li>
 </ul>
 </p>
 <h3>Technical Notes</h3>
@@ -157,6 +162,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.5 2005/09/15 11:42:49 scaekenberghe Exp $</p>
+<p>$Id: index.html,v 1.6 2005/09/22 20:40:44 scaekenberghe Exp $</p>
 </body>
 </html>




More information about the Cl-soap-cvs mailing list