Re: xml-rpc
Re: xml-rpc
- Subject: Re: xml-rpc
- From: Niko Matsakis <email@hidden>
- Date: Sun, 7 Apr 2002 15:09:47 -0400 (EDT)
Actually, further inspection has revealed that if I create a NetInfo
entry for that IP address (192.168.0.22), such as "suzanne-vega", and then
change my applescript to
tell application "
http://suzanne-vega:2222"
call xmlrpc { method name:"clear" }
end
it works fine...
guess I ought to report this bug.
>
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.
_______________________________________________
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.
References: | |
| >xml-rpc (From: Niko Matsakis <email@hidden>) |