[cl-soap-cvs] CVS update: public_html/google-adwords-api.html

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Sun Oct 2 16:51:14 UTC 2005


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

Modified Files:
	google-adwords-api.html 
Log Message:
some layout issues

Date: Sun Oct  2 18:51:14 2005
Author: scaekenberghe

Index: public_html/google-adwords-api.html
diff -u public_html/google-adwords-api.html:1.4 public_html/google-adwords-api.html:1.5
--- public_html/google-adwords-api.html:1.4	Sat Oct  1 13:18:11 2005
+++ public_html/google-adwords-api.html	Sun Oct  2 18:51:14 2005
@@ -85,7 +85,9 @@
           (getOperationCountResponse
             ("getOperationCountReturn" :LONG) 1 ) 1 </pre>
   The input and output characteristics of each operation are described in some detail.
-  Example lisp template code of actual input and output are also given (along with multiplicity indication, whether elements are required, optional, can occur zero ore more times, or one or more times).
+  Example lisp template code of actual input and output are also given 
+  (along with multiplicity indication, whether elements are required, optional, 
+  can occur zero ore more times, or one or more times).
 </p>
 <p>
   Given that you understand a particular operation, you can implement it quite easily.
@@ -163,7 +165,9 @@
 </p>
 <h4>Example 2: Calling estimateKeywordList in the TrafficEstimatorService</h4>
 <p>
-  This more complicated example is also described in the <a href="http://www.google.com/apis/adwords/developer/index.html">introduction to the Google AdWords API</a>: estimating the traffic for keywords. Again, we first look at the interpreted WSDL:
+  This more complicated example is also described in the 
+  <a href="http://www.google.com/apis/adwords/developer/index.html">introduction to the Google AdWords API</a>: 
+  estimating the traffic for keywords. Again, we first look at the interpreted WSDL:
   <pre>CL-SOAP 43 > (describe-wsdl-soap (wsdl-cache-get "https://adwords.google.com:443/api/adwords/v2/TrafficEstimatorService?wsdl"))
 WSDL Document Definitions
   Service: TrafficEstimatorService
@@ -264,7 +268,12 @@
   <pre>CL-SOAP 192 > (estimate-keyword-list '(("flowers" "Broad" 50000) ("tree" "Broad" 50000)))
 
 ;; SOAP CALL sending: 
-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:google="https://adwords.google.com/api/adwords/v2" xmlns="https://adwords.google.com/api/adwords/v2">
+<soapenv:Envelope 
+    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
+    xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
+    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
+    xmlns:google="https://adwords.google.com/api/adwords/v2" 
+    xmlns="https://adwords.google.com/api/adwords/v2">
   <soapenv:Header>
     <token>XXX</token>
     <useragent>cl-soap-testing</useragent>
@@ -342,6 +351,6 @@
 
 ((GOOGLE:|responseTime| . "412") (GOOGLE:|operations| . "2") (GOOGLE:|units| . "50"))</pre>
   That is all for now! More example and testing code can be found in the project's source tree.
-<p>$Id: google-adwords-api.html,v 1.4 2005/10/01 11:18:11 scaekenberghe Exp $</p>
+<p>$Id: google-adwords-api.html,v 1.5 2005/10/02 16:51:14 scaekenberghe Exp $</p>
 </body>
 </html>




More information about the Cl-soap-cvs mailing list