Applescript, Soap and WO
Applescript, Soap and WO
- Subject: Applescript, Soap and WO
- From: Jaime Magiera <email@hidden>
- Date: Fri, 14 Jun 2002 11:01:48 -0400
Years ago in a galaxy far, far away, I did some XML-RPC stuff with
Applescript and Frontier. I just sort of hacked it together, but it
worked. I'm trying to duplicate that functionality with Soap and
WebObjects. However, my limited experience is holding me back from
really getting it to work.
Has anyone here worked with the Applescript SOAP actions and WebObjects?
I've tried putting together a simple call to the SOAP server example
from Apple. I keep getting a parameter error. I've added debugging code
and it appears the document is being sent to the server void of it's
attributes.
I've been trying variations along these lines:
tell application "
http://annastasia.mydomain.com:15000/cgi-
bin/WebObjects/SOAPServer.woa/wa/OrderInterface/"
set returnText to call soap {method name:"Order", method namespace
uri:"", parameters:{CustomerID:"1", BillMethod:"PO",
OrderItems:{itemNumber:"M145345/LLA"}}, SOAPAction:"OrderReponse"}
end tell
I've looked over the code for SOAP Server and the Applescript SOAP docs,
but I still can't seem to get a grasp on proper syntax.
Any ideas?
Jaime
_______________________________________________
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.