<?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:typens="urn:GoogleSearch"> <SOAP-ENV:Body> <typens:doGoogleSearch xmlns:typens="urn:GoogleSearch"> <key xsi:type="xsd:string">XXXXXXXXXXXXXXXXX</key> <q xsi:type="xsd:string">asdasd</q> <start xsi:type="xsd:int">0</start> <maxResults xsi:type="xsd:int">10</maxResults> <filter xsi:type="xsd:boolean">true</filter> <restrict xsi:type="xsd:string"></restrict> <safeSearch xsi:type="xsd:boolean">false</safeSearch> <lr xsi:type="xsd:string"></lr> <ie xsi:type="xsd:string">latin</ie> <oe xsi:type="xsd:string">latin</oe> </typens:doGoogleSearch> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
dokumentacja Google API (jak kogos interesuje):
http://www.google.pl/apis/reference.html