Re: SOAP Parameters
Re: SOAP Parameters
- Subject: Re: SOAP Parameters
- From: Christian Mittendorf <email@hidden>
- Date: Tue, 24 Jan 2006 22:13:39 +0100
Am 24.01.2006 um 20:36 schrieb Matt Deatherage:
I believe the problem is that when he creates a record to pass to
"call
soap", he can't get AppleScript and/or the SOAP framework to generate
an XML call request that encodes a numeric parameter to use
"xsd:long".
In other words, if "in_id" in the above example was set to 57,
AppleScript would generate something like this in the SOAP request:
<id type="xsd:integer">57</id>
.but he needs:
<id type="xsd:long">57</id>
The question is what voodoo magic to use to get AppleScript and/or the
Web Services framework to write a SOAP request such that a given
numeric value is converted to "xsd:long" when written to XML
("serialized").
That is exactly the problem and I'm searching for a solution since
quite some
time.
I have the question, but I have no idea what the answer is.
And I also have no idea how to solve this problem.
I'd really like to ask this question to some Apple engineer from the
AS WebService
team... (Hello Apple, do you read this? ;-)
Christian
_______________________________________________
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