Transport Error with XML RPC
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.