Possible Duplicate:
Blank value in web service for Int64 type
I have a WebService made with c# and it needs to be accessible through a Delphi Desktop application.
<s:element minOccurs="1" maxOccurs="1" name="ParamName" nillable="true" type="s:int" />
But looks like Delphi can't handle nillable int defined in WSDL. How can I do this?