12 years ago
"Missing message part with name" validation error
When I validate this response:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ccaBoletosACotizarListaRequestReturn xmlns="http://ws.cca.itau.ecomex.com">
<coderror>99</coderror>
<codretorno>01</codretorno>
<cotizaciones>
<item xmlns="">
<clientebanco/>
<codval/>
<cuit/>
<divisa xsi:nil="true"/>
<fecvto/>
<importe xsi:nil="true"/>
<indtbol/>
<mercado xsi:nil="true"/>
<nombre/>
<nrodoc/>
<puesto/>
<refop>-0000-000000/000/000</refop>
<tipodoc/>
<tipval/>
</item>
</cotizaciones>
I get this
line -1: Missing message part with name [{http://dto.cca.itau.ecomex.com}ccaBoletosACotizarListaRequestReturn]
Why is this ? .. please, some one could guide me with this ? ..
Thanks !!!
Rober
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ccaBoletosACotizarListaRequestReturn xmlns="http://ws.cca.itau.ecomex.com">
<coderror>99</coderror>
<codretorno>01</codretorno>
<cotizaciones>
<item xmlns="">
<clientebanco/>
<codval/>
<cuit/>
<divisa xsi:nil="true"/>
<fecvto/>
<importe xsi:nil="true"/>
<indtbol/>
<mercado xsi:nil="true"/>
<nombre/>
<nrodoc/>
<puesto/>
<refop>-0000-000000/000/000</refop>
<tipodoc/>
<tipval/>
</item>
</cotizaciones>
I get this
line -1: Missing message part with name [{http://dto.cca.itau.ecomex.com}ccaBoletosACotizarListaRequestReturn]
Why is this ? .. please, some one could guide me with this ? ..
Thanks !!!
Rober