Pretty slow around here lately...
I think I've determined that you can't include a perl .cgi in the zimlet .zip file and try to call it through an Ajax call -- it returned the full text of the script and didn't execute it. So, I'm guessing that I have two options:
- Host the script somewhere else and access it through the proxy
- Use a JSP
I'd like to avoid an external script, so: can I make admin SOAP calls (getting and setting account properties), and if so, does anyone have an example?