Re: Need rope for SOAP
Re: Need rope for SOAP
- Subject: Re: Need rope for SOAP
- From: Junior Tan <email@hidden>
- Date: Mon, 14 Jan 2002 18:30:15 +0800
Hi paul
Actually, the moment I compile or check syntax, the pipes are removed by
pbuilder (!). Tim suggested putting the pipes on the parameter ie:
O. MsgBody:|sms|}...etc etc - pipes removed on syntax check
1. |parameters|:{...etc etc - call method does not uderstand this
2. |MsgBody|:sms}..etc etc - XML sent without errors, but detailed check of
XML sent reveals null data sent
Still, thanks for assistance :)
junior
>
> Somehow, having a variable within a parameter record caused Apple Event
>
> Manager to include extra data* in the XML request, that the SOAP server
>
> choked upon.
>
>
Did you try putting the variable in "pipes" : |sms|
>
>
(that's the vertical bar made by shift-\)
>
>
That's what's supposed to work,. Leave out 'as string' : it already is a
>
string and the SOAP server will not understand the AppleScript conversion ,
>
nor can you include 'as string' within the pipes since it's not part of the
>
variable. Just |sms| .
>
>
--
>
Paul Berkowitz