Login   Register  
PHP Classes
elePHPant
Icontem

File: soapreq.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Martin Fasani  >  HTTP Request class  >  soapreq.xml  >  Download  
File: soapreq.xml
Role: Auxiliary data
Content type: text/plain
Description: Xml file to make a google search request
Class: HTTP Request class
Generate Javascript to send HTTP AJAX requests
Author: By
Last change: Small correction
Date: 2005-08-23 03:53
Size: 1,065 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
      	<SOAP-ENV:Envelope 
    	    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
    	    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 
    	    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
    	    xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
    	    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    	    
    	<SOAP-ENV:Body>
    	<namesp1:doGoogleSearch xmlns:namesp1="urn:GoogleSearch">
    	    <key xsi:type="xsd:string">@apikey</key>
    	    <q xsi:type="xsd:string">link:phpclasses.org</q>
    	    <start xsi:type="xsd:int">0</start>
    	    <maxResults xsi:type="xsd:int">10</maxResults>
    	    <filter xsi:type="xsd:boolean">1</filter>
    	    <restrict xsi:type="xsd:string"/>
    	    <safeSearch xsi:type="xsd:boolean">0</safeSearch>
    	    <lr xsi:type="xsd:string"/>
    	    <ie xsi:type="xsd:string"/>
    	    <oe xsi:type="xsd:string"/>
    	</namesp1:doGoogleSearch>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>