Can applescript calls xmlrpc and soap do ssl https

Can applescript calls xmlrpc and soap do ssl https

I read the apple soapxmlrpc.pdf and it does not seem to mention if they can be used for HTTPS and SSL type calls?

Can this be done and are there any examples as I did not find any here on the search.

Thanks
Joe

Model: PB G4
AppleScript: 1.10
Browser: Safari 412.5
Operating System: Mac OS X (10.4)

Yes I use HTTPS (SSL) for XML-RPC and SOAP. Applescript can handle this. Remember that when you use self signed certificates you’ll need to install the certificate first before you can call any method. A webbrowser gives a dialog and asks you if you trust the unknown certificate. Applescript’s XML-RPC client doesn’t have this feature and you’ll get an transport error.