SOAP on the ropes
SOAP on the ropes
- Subject: SOAP on the ropes
- From: David Blishen <email@hidden>
- Date: Mon, 03 Jun 2002 23:33:40 +0100
Hello,
I am a bit stuck trying to send commands to the Redcoal SMS SOAP server. If
issue a call soap command that contains no variables (there is one that
returns the server version) - then all is well. However try and pass
variables, and I get unstuck.
I've read some previous similar posts and tried sticking pipes around
variable names (and even variables themselves), but no luck.
Any ideas?
Cheers
David
tell application "
http://xml.redcoal.net/smssoap/xmlserver.ASP"
with timeout of 180 seconds
set TheResult to call soap {method name:"SendTextSMS", method
namespace uri:"
http://tempuri.org/message/",
parameters:{ClientSerialNo:"94765-49251-11951-66295", txtSMSkey:"XXXXX",
strReceipients:"5551234", strSenderEmail:"email@hidden",
strSenderName:"David", txtMsg:"test text message", canReply:false},
SOAPAction:"
http://tempuri.org/action/SMSServer.SendTextSMS"}
end timeout
end tell
PS - for the boolean variable I've tried "false" and :false - neither
worked.
_______________________________________________
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.