Forum Discussion
Does not work.
the result is Input string was not in a correct format
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>- lucashard8 years agoNew Contributor<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VF.ServiceLayer.Model" elementFormDefault="qualified"targetNamespace="http://schemas.datacontract.org/2004/07/VF.ServiceLayer.Model"><xs:import schemaLocation="http://localhost:50986/Reportes.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:import schemaLocation="http://localhost:50986/Reportes.svc?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:complexType name="ReporteLiquidacionesRequest"><xs:complexContent mixed="false"><xs:extension base="tns:ReporteCuotapartistaModelBase"><xs:sequence><xs:element name="FechaDesde" nillable="true" type="xs:dateTime"/><xs:element name="FechaHasta" nillable="true" type="xs:dateTime"/><xs:element name="IDFondo" nillable="true" type="xs:string"/><xs:element name="IDTipoValorCuotaParte" nillable="true" type="xs:string"/><xs:element name="TimeStamp" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReporteLiquidacionesRequest" nillable="true" type="tns:ReporteLiquidacionesRequest"/><xs:complexType name="ReporteCuotapartistaModelBase"><xs:sequence><xs:element name="IDCuotapartista" nillable="true" type="xs:string"/><xs:element name="NumeroCuotapartista" nillable="true" type="xs:long"/></xs:sequence></xs:complexType>
Related Content
- 3 years ago
- 9 years ago
- 3 years ago
Recent Discussions
- 14 hours ago
- 17 days ago