SOAP SendMail Function

Hello,

  I  just got the httpmail plugin that allows me to  check my Hotmail E-mail through the Mail.app this is very cool because I can now use the spam filters. The one problem is it doesn't have a send feature yet. There will probably be an update soon but in the mean time I was wondering if I could make a send mail script.

Here’s what I have so far

set the params to {FromAdress:"moocowmason@hotmail.com", ToAdress:"moocowmason@hotmail.com", Subject:"worked", MsgBody:"worked"}
tell application "http://www.abysal.com/soap/abysal_webdtp"
	
return call soap {method name:"SendMail", parameters:params, SOAPAction:"http://www.abysal.com/soap#abysal_program=soapmail", method namespace uri:"http://www.abysal.com/Abysal-webDTP"}
end tell

This gives me the below error

I am using SendMail from xmethods
http://www.xmethods.com/ve2/WSDLRPCView.po?key=uuid:E9CC365B-B3B0-339C-0D3F-71D033ACB0CC
Thanks in advance
-moocowmason