Anyone?

--- In [email protected], "wayne_badu_johnson" 
<[EMAIL PROTECTED]> wrote:
>
> 
> Hi
> 
> How can I send through a null value via a WS call , given the 
> following wsdl settings:
> <xsd:element minOccurs="0" name="expiry" nillable="true" 
> type="string"/>
> 
> 'expiry' is an optional field where a null value indicates that no 
> specific expiry is set, that is, I'd like to stream the following:
> <expiry xsi:type="nil"/>
> 
> Thus far in my WS send I have tried NOT setting a value , in other 
> words not sending 'expiry' through at all and it doesn't get 
posted. 
> If I explictly set it to 'null' and send it through it also 
doesn't 
> get posted. 
> 
> How can I make 'expiry' with a null value be posted?
> 
> Cheers
> Wayne
>


Reply via email to