Retourner au contenu associé (journal : API google)
Posté par Jérôme Baumgarten le 03 octobre 2003 à 21:05. En réponse au journal API google. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Re: API google
Posté par Jérôme Baumgarten . En réponse au journal API google. Évalué à 1.
http://api.google.com/search/beta2(...)
Voici un example du message envoye (tel que donne par le SOAPMonitor d'Axis) :
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/(...)" xmlns:xsd="http://www.w3.org/2001/XMLSchema(...)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance(...)">
<soapenv:Body>
<ns1:doGoogleSearch xmlns:ns1="urn:GoogleSearch">
< key >XXXXX - Your Key - XXXXX</ key >
< q >LinuxFR</ q >
< start >0</ start >
< maxResults >10</ maxResults >
< filter >false</ filter >
< restrict />
< safeSearch >false</ safeSearch >
< lr />
< ie />
< oe />
</ns1:doGoogleSearch>
</soapenv:Body>
</soapenv:Envelope>
PS : j'ai ajoute volontairement des espaces dans certains tags pour que l'affichage passe bien.
Jerome