I am working on tests with sending information from the SII. With version 1.0 I am having problems with the invoices received.
I have an XML and when I send it, it returns the error:
4124 - Error La dirección no se corresponde con el fichero de entrada.
I have been looking at examples, and documentation and I am unable to solve it. Can someone give me a clue? Thank you very much.
I leave the example XML (it is cut out and I focused on what causes the error)
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:siiLR="https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii/fact/ws/SuministroLR.xsd"
xmlns:sii="https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/ssii/fact/ws/SuministroInformacion.xsd">
<soapenv:Header/>
<soapenv:Body>
<siiLR:SuministroLRFacturasRecibidas></siiLR:SuministroLRFacturasRecibidas>
</soapenv:Body>
</soapenv:Envelope>