Ao executar:
WebServices.EnviarBlocoX.Clear;
WebServices.EnviarBlocoX.XML := caminho + nomeArquivo;
WebServices.ValidarBlocoX.ValidarEcf := True;
WebServices.ValidarBlocoX.ValidarPafEcf := True;
WebServices.EnviarBlocoX.Executar;
Clipboard.AsText := WebServices.EnviarBlocoX.RetWS;
Estou recebendo no clipboard o sequinte:
<EnviarResult>
<?xml version="1.0" encoding="utf-8"?>
<EstoqueResposta xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Codigo>9</Codigo>
<Mensagem>
ORA-01400: cannot insert NULL into ("USR_SAT_SIV"."SIV_ESTOQUE_RECEPCAO"."NU_VERSAO_XML") ORA-06512: at "USR_SAT_SIV.PKG_SIV_ESTOQUE", line 145 ORA-06512: at line 1
</Mensagem>
</EstoqueResposta>
</EnviarResult>
O xml que eu envio está em anexo.
BLOCOX_ReducaoZ_01112016-085835.xml