[cl-soap-cvs] CVS update: cl-soap/src/wsdl.lisp
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Fri Sep 16 12:54:36 UTC 2005
Update of /project/cl-soap/cvsroot/cl-soap/src
In directory common-lisp.net:/tmp/cvs-serv24768/src
Modified Files:
wsdl.lisp
Log Message:
1st actual (manual) google adwords api call
Date: Fri Sep 16 14:54:35 2005
Author: scaekenberghe
Index: cl-soap/src/wsdl.lisp
diff -u cl-soap/src/wsdl.lisp:1.7 cl-soap/src/wsdl.lisp:1.8
--- cl-soap/src/wsdl.lisp:1.7 Fri Sep 16 09:51:15 2005
+++ cl-soap/src/wsdl.lisp Fri Sep 16 14:54:34 2005
@@ -1,6 +1,6 @@
;;;; -*- mode: lisp -*-
;;;;
-;;;; $Id: wsdl.lisp,v 1.7 2005/09/16 07:51:15 scaekenberghe Exp $
+;;;; $Id: wsdl.lisp,v 1.8 2005/09/16 12:54:34 scaekenberghe Exp $
;;;;
;;;; The basic WSDL protocol: we parse the generic and soap specific parts
;;;;
@@ -386,9 +386,10 @@
service-name
port-name
input
- output)
- "Use WSDL to make a SOAP call of operation/port/service using input/output"
- (declare (ignore output))
+ output
+ headers)
+ "Use WSDL to make a SOAP call of operation/port/service using input/output/headers"
+ (declare (ignore output headers))
(let* ((wsdl-document-definitions (etypecase wsdl
(wsdl-document-definitions wsdl)
(string (parse-wsdl-url wsdl))
More information about the Cl-soap-cvs
mailing list