• 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
Transport Error with XML RPC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Transport Error with XML RPC


  • Subject: Transport Error with XML RPC
  • From: trinko <email@hidden>
  • Date: Thu, 25 Mar 2004 20:22:26 -0800

I've been having trouble getting XML RPC to work. I've gotten a few
examples i've copied to work but when i go to a new service I keep
getting an error message which says
"url i'm trying to contact" got an error: Transport Error

what does this mean?

related question

if i write the script this way

tell application "http://www.coversproject.com:80/RPC.php";

set returnValue to call xmlrpc {method name:"covers.Bands"}

end tell
returnValue

i get the error message i mentioned above but if i write it this way

tell application "http://www.coversproject.com:80/RPC.php";
try
set returnValue to call xmlrpc {method name:"covers.Bands"}
on error the_error
display dialog the_error
end try

end tell
returnValue

I still get an applescript error but the display dialog line is
highlited and the error message is now Parameter Error rather than
transport error.

thanks for any help
--
tom trinko http://members.aol.com/trinkos/basepage.html
email@hidden
_______________________________________________
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.


  • Prev by Date: Re: AppleScript & HTML Again...
  • Next by Date: passing variable in forms on the internet using applescript
  • Previous by thread: getting contacts from entourage
  • Next by thread: passing variable in forms on the internet using applescript
  • Index(es):
    • Date
    • Thread