Google SOAP Response




     1	Connection: close
     2	Date: Sat, 19 Apr 2003 00:36:01 GMT
     3	Server: e h c a p a
     4	Content-Length: 3537
     5	Content-Type: text/xml; charset=utf-8
     6	Client-Date: Sat, 19 Apr 2003 00:35:55 GMT
     7	Client-Response-Num: 1
     8	
     9	<?xml version='1.0' encoding='UTF-8'?>
    10	<SOAP-ENV:Envelope 
    11	    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
    12	    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
    13	    xmlns:xsd="http://www.w3.org/1999/XMLSchema">
    14	
    15	<SOAP-ENV:Body>
    16	<ns1:doGoogleSearchResponse 
    17	    xmlns:ns1="urn:GoogleSearch" 
    18	    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    19	    
    20	<return xsi:type="ns1:GoogleSearchResult">
    21	
    22	<documentFiltering xsi:type="xsd:boolean">true</documentFiltering>
    23	
    24	<estimatedTotalResultsCount xsi:type="xsd:int">986</estimatedTotalResultsCount>
    25	
    26	<directoryCategories xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:Array" ns2:arrayType="ns1:DirectoryCategory[0]">
    27	</directoryCategories>
    28	
    29	<searchTime xsi:type="xsd:double">0.024037</searchTime>
    30	
    31	<resultElements xmlns:ns3="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:Array" ns3:arrayType="ns1:ResultElement[2]">
    32	
    33	    <item xsi:type="ns1:ResultElement">
    34	    <cachedSize xsi:type="xsd:string">6k</cachedSize>
    35	    <hostName xsi:type="xsd:string"></hostName>
    36	    <snippet xsi:type="xsd:string"><b>Chicago</b>.<b>pm</b>. <b>...</b> It's called &quot;<b>chicago</b>-<b>pm</b>-announce&quot;, and is for people who want to<br> receive announcements, and skip over the majority of the Perl content. <b>...</b>  </snippet>
    37	    <directoryCategory xsi:type="ns1:DirectoryCategory">
    38	    <specialEncoding xsi:type="xsd:string"></specialEncoding>
    39	    <fullViewableName xsi:type="xsd:string">Top/Computers/Programming/Languages/Perl/User_Groups/North_America/United_States</fullViewableName>
    40	    </directoryCategory>
    41	    <relatedInformationPresent xsi:type="xsd:boolean">true</relatedInformationPresent>
    42	    <directoryTitle xsi:type="xsd:string"><b>Chicago</b>.<b>pm</b></directoryTitle>
    43	    <summary xsi:type="xsd:string">Includes details of activities, past meetings, locations, and the mailing list. Located in Illinois.</summary>
    44	    <URL xsi:type="xsd:string">http://chicago.pm.org/</URL>
    45	    <title xsi:type="xsd:string">Chicago Perl Mongers</title>
    46	    </item>
    47	
    48	    <item xsi:type="ns1:ResultElement">
    49	    <cachedSize xsi:type="xsd:string">16k</cachedSize>
    50	    <hostName xsi:type="xsd:string"></hostName>
    51	    <snippet xsi:type="xsd:string"> <b>...</b> Next <b>Chicago</b>.<b>pm</b> meeting: CGI::Application. posted by pudge on 2003.03.08<br> 18:43. Events Andy Lester writes &quot;At the March 17th <b>Chicago</b> <b>...</b>  </snippet>
    52	    <directoryCategory xsi:type="ns1:DirectoryCategory">
    53	    <specialEncoding xsi:type="xsd:string"></specialEncoding>
    54	    <fullViewableName xsi:type="xsd:string"></fullViewableName>
    55	    </directoryCategory>
    56	    <relatedInformationPresent xsi:type="xsd:boolean">true</relatedInformationPresent>
    57	    <directoryTitle xsi:type="xsd:string"></directoryTitle>
    58	    <summary xsi:type="xsd:string"></summary>
    59	    <URL xsi:type="xsd:string">http://use.perl.org/articles/03/03/08/2343256.shtml?tid=7</URL>
    60	    <title xsi:type="xsd:string">use Perl | Next <b>Chicago</b>.<b>pm</b> meeting: CGI::Application</title>
    61	    </item>
    62	
    63	</resultElements>
    64	
    65	<endIndex xsi:type="xsd:int">2</endIndex>
    66	
    67	<searchTips xsi:type="xsd:string"></searchTips>
    68	
    69	<searchComments xsi:type="xsd:string"></searchComments>
    70	
    71	<startIndex xsi:type="xsd:int">1</startIndex>
    72	
    73	<estimateIsExact xsi:type="xsd:boolean">false</estimateIsExact>
    74	
    75	<searchQuery xsi:type="xsd:string">chicago.pm</searchQuery>
    76	
    77	</return>
    78	
    79	</ns1:doGoogleSearchResponse>
    80	</SOAP-ENV:Body>
    81	</SOAP-ENV:Envelope>