Re: SOAP broken in Mac OS X 10.2.x? (Google Web API)
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.