Skip to content

Instantly share code, notes, and snippets.

@marangonico
Created September 17, 2020 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marangonico/40d44a6bed7fb76689496d33495f1914 to your computer and use it in GitHub Desktop.
Save marangonico/40d44a6bed7fb76689496d33495f1914 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<Output xmlns="http://ws.sogei.it/output/">
<esito>
<codice>10</codice>
<messaggio>Verifica xsd: fallita</messaggio>
</esito>
</Output>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<Output xmlns="http://ws.sogei.it/output/">
<IUT>20200917M5000549165</IUT>
<esito>
<codice>10</codice>
<messaggio>Verifica xsd: fallita</messaggio>
</esito>
</Output>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment