SOAP Parameters
SOAP Parameters
- Subject: SOAP Parameters
- From: Kurt Sheffer <email@hidden>
- Date: Mon, 23 Jan 2006 22:28:04 -0600
Hi All,
I've always been an XML-RPC kind of guy, but at work I have reason to
call a SOAP web service from AppleScript. The parameters are coming
through blank, since the server is enforcing the casing of the
parameter names. For example,
parameters:{ LicenseCode:"foo" }
produces a SOAP call containing:
<licensecode xsi:type="xsd:string">foo</licensecode>
Is there any way to force AS to send an upper case parameter name? I
dug this message out of the archives, but couldn't find any replies:
http://lists.apple.com/archives/Applescript-users/2003/Oct/msg00814.html
Thanks in advance,
Kurt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden