xml-rpc
xml-rpc
- Subject: xml-rpc
- From: Niko Matsakis <email@hidden>
- Date: Sun, 7 Apr 2002 13:16:04 -0400 (EDT)
Am I doing something hideously wrong making an AppleScript XML-RPC call?
this is my applescript:
tell application "
http://192.168.0.22:2222"
call xmlrpc {method name:"clear", parameters:{1}}
end tell
when I try to run it I get error -916. I know that it's not even
trying to contact the server, so it must be something wrong with
my syntax.
niko
_______________________________________________
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.