• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: xmlrpc in Jaguar (follow-up)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: xmlrpc in Jaguar (follow-up)
      • From: Paul Berkowitz <email@hidden>
References: 
 >xmlrpc in Jaguar (From: Adriaan Tijsseling <email@hidden>)

  • Prev by Date: Re: xmlrpc in Jaguar
  • Next by Date: Re: Photoshop Scripting
  • Previous by thread: Re: xmlrpc in Jaguar
  • Next by thread: Re: xmlrpc in Jaguar (follow-up)
  • Index(es):
    • Date
    • Thread