lucashard
8 years agoNew Contributor
How do I pass a long null by soapui?
I try the following and i can't work fine
<Vf: NullableparentNumber = "true" />
<vf:IDCuotapartista nillable="true" type="int"/>
<vf:IDCuotapartista nillable="true" type="long"/>
The signature of the property in the following
<DataMember(IsRequired:=True)> Public Property ascx() As Nullable(Of Long)