[cl-soap-cvs] CVS update: cl-soap/src/namespaces.lisp
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Fri Sep 9 14:18:03 UTC 2005
Update of /project/cl-soap/cvsroot/cl-soap/src
In directory common-lisp.net:/tmp/cvs-serv1240/src
Modified Files:
namespaces.lisp
Log Message:
more exports
Date: Fri Sep 9 16:18:02 2005
Author: scaekenberghe
Index: cl-soap/src/namespaces.lisp
diff -u cl-soap/src/namespaces.lisp:1.3 cl-soap/src/namespaces.lisp:1.4
--- cl-soap/src/namespaces.lisp:1.3 Fri Sep 9 16:17:37 2005
+++ cl-soap/src/namespaces.lisp Fri Sep 9 16:18:02 2005
@@ -1,6 +1,6 @@
;;;; -*- mode: lisp -*-
;;;;
-;;;; $Id: namespaces.lisp,v 1.3 2005/09/09 14:17:37 scaekenberghe Exp $
+;;;; $Id: namespaces.lisp,v 1.4 2005/09/09 14:18:02 scaekenberghe Exp $
;;;;
;;;; Definition of some standard XML namespaces commonly needed for SOAP
;;;;
@@ -62,7 +62,7 @@
(:nicknames "wsdl")
(:export
"definitions" "documentation"
- "portType" "message" "operation" "port" "service" "binding" "part" "input" "output" "fault")
+ "portType" "message" "operation" "port" "service" "binding" "part" "input" "output" "fault" "types")
(:documentation "Package for symbols in the WSDL XML Namespace"))
(defparameter *wsdl-ns* (s-xml:register-namespace +wsdl-ns-uri+ "wsdl" :wsdl))
More information about the Cl-soap-cvs
mailing list