Re: xmlrpc in Jaguar (follow-up)
Re: xmlrpc in Jaguar (follow-up)
- Subject: Re: xmlrpc in Jaguar (follow-up)
- From: Adriaan Tijsseling <email@hidden>
- Date: Tue, 27 Aug 2002 16:51:02 +0900
Ok,
It works if I use:
using terms from application "
http://plant.blogger.com/api/RPC2"
tell application "
http://url/mt/mt-xmlrpc.cgi"
set theResult to call xmlrpc {method
name:"blogger.getUsersBlogs",
parameters:{"4FCE1E1F9E2DC89044F09D583390AB8A36F4903E", "user", "pass"}}
end tell
end using terms from
In other words, if I do not use the variables, but put in the raw strings.
Now, that is quite inconvenient.
Any ideas what may be wrong here?
I did make sure the passed variables were of type string.
Adriaan
>
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.
_______________________________________________
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.