xmlrpc in Jaguar
xmlrpc in Jaguar
- Subject: xmlrpc in Jaguar
- From: Adriaan Tijsseling <email@hidden>
- Date: Tue, 27 Aug 2002 16:05:43 +0900
Did Apple change anything in the "call xmlrpc" routines? The simplest of
call xmlrpc calls that always worked for me now fail in Jaguar with a
"connection invalid".
I use, e.g.
on tellBloggerAPI(methodName, params)
using terms from application "
http://plant.blogger.com/api/RPC2"
tell application gHost
return call xmlrpc {method name:methodName, parameters:params}
end tell
end using terms from
end tellBloggerAPI
This used to work fine before.
Adriaan
_______________________________________________
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.