Help! AS/AE is mangling my record item names!
Help! AS/AE is mangling my record item names!
- Subject: Help! AS/AE is mangling my record item names!
- From: Jim Roepcke <email@hidden>
- Date: Wed, 2 Jan 2002 16:41:27 -0800
Hello,
I'm having problems with AS messing with the parameters I use in XML-RPC
calls. I've already filed this as a bug on bugreporter.apple.com, FYI.
set theParameters to {path:"/index"} as record
tell application "
http://xmlrpc.usefulinc.com/demo/server.php"
set returnValue to call xmlrpc {method
name:"validator1.echoStructTest", parameters:{theParameters}}
get returnValue
end tell
the returnValue will appear in "the result" window as:
{ftpc:"/index"}
Does anyone know a workaround? How do I get AS to leave path: as path:?
Your help is appreciated. Thanks. :)
Jim