• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SOAP broken in Mac OS X 10.2.x? (Google Web API)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SOAP broken in Mac OS X 10.2.x? (Google Web API)


  • Subject: Re: SOAP broken in Mac OS X 10.2.x? (Google Web API)
  • From: Emmanuel <email@hidden>
  • Date: Fri, 21 Feb 2003 14:58:01 +0100

At 12:43 PM +0100 21/02/03, Terje Bless wrote:

property SOAP_app : "http://api.google.com/search/beta2";
property SOAP_key : "<deleted>"
property SOAP_action : "urn:GoogleSearchAction"
property SOAP_method : "doGoogleSearch"
property SOAP_namespace : "urn:GoogleSearch"

property SOAP_params : {key:SOAP_key, q:"foo", start:1, maxResults:1 ,
, filter:false, restrict:"", safeSearch:false, lr:"", ie:"", oe:""}

on run
tell application "http://api.google.com/search/beta2";
set this_result to call soap {method name:SOAP_method ,
, method namespace uri:SOAP_namespace, parameters:SOAP_params ,
, SOAPAction:SOAP_action}
end tell
end run
-- cut here

...gives the error "http://api.google.com/search/beta2 got an error:
Couldn't create reply".

Here (Smile 2.5.2, OS 10.1.2), this gives me a -916 error:
portClosedErr = -916, /*port was closed*/

Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: On Idle Error
  • Next by Date: Relocate Script menu to another partition
  • Previous by thread: SOAP broken in Mac OS X 10.2.x? (Google Web API)
  • Next by thread: On Idle Error
  • Index(es):
    • Date
    • Thread