Ciao a tutti,
ho completato tutti i test ad eccezione delle notifiche esito.
Sto implementando in java usando axis1.4 e quando vado a inserire il file xml (in base64) della notifica nel tag file del tipo FileSdI_Type e chiamo il metodo notificaEsito invio la richiesta e mi torna il seguente messaggio SOAP:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns2:rispostaSdINotificaEsito xmlns:ns2="http://www.fatturapa.gov.it/sdi/ws/ricezione/v1.0/types">
<Esito>ES00</Esito>
<ScartoEsito>
<NomeFile>ITxxxxxxxxxx_0001F_SE_001.xml</NomeFile>
<File>
<xop:Include href="cid:c548db373eab829ea2edde0145a116550070398e4098f488@apache.org" xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
</File>
</ScartoEsito>
</ns2:rispostaSdINotificaEsito>
</soapenv:Body>
</soapenv:Envelope>
Ma il parser va in erroreā¦
Caused by: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.
Qualcuno sa come aiutarmi?
Grazie mille!