Forum Discussion
Nillable means that you can provide no actual value for the element.
example:
<vf:IDCuotapartista></vf:IDCuotapartista>
or
<<vf:IDCuotapartista/>
- lucashard8 years agoNew Contributor
Does not work.
the result is Input string was not in a correct format
- groovyguy8 years agoCommunity Hero
Can we see a copy of the request? Is the service using business rules outside of the XML constraints?
- lucashard8 years agoNew Contributor
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:vf="http://schemas.datacontract.org/2004/07/VF.ServiceLayer.Model">
<soapenv:Header/>
<soapenv:Body>
<tem:Liquidaciones>
<!--Optional:-->
<tem:pGUID>?</tem:pGUID>
<!--Optional:-->
<tem:pLiquidaciones>
<vf:IDCuotapartista nillable="true" type="string"/>
<vf:NumeroCuotapartista>0</vf:NumeroCuotapartista> HOW TO SEND PARAMETER NULL
<vf:FechaDesde>2000-01-01</vf:FechaDesde>
<vf:FechaHasta>2017-01-01</vf:FechaHasta>
<vf:IDFondo nillable="true" type="string"/>
<vf:IDTipoValorCuotaParte nillable="true" type="string"/>
<vf:TimeStamp nillable="true" type="string"/>
</tem:pLiquidaciones>
</tem:Liquidaciones>
</soapenv:Body>
</soapenv:Envelope>
Related Content
- 9 years ago
Recent Discussions
- 14 hours ago
- 17 days ago