Skip to content

Instantly share code, notes, and snippets.

@marangonico
Created September 17, 2020 09:19
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/f4c63aa609193fc04c558e4d8b1bba75 to your computer and use it in GitHub Desktop.
Save marangonico/f4c63aa609193fc04c558e4d8b1bba75 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mov="http://movimentazionidas.domest.sogei.it">
<soapenv:Header/>
<soapenv:Body>
<mov:Input>
<mov:serviceId>welcomeTest</mov:serviceId>
<mov:data>
<mov:xml></mov:xml>
<mov:dichiarante>ITXXXXXXXX</mov:dichiarante>
</mov:data>
</mov:Input>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mov="http://movimentazionidas.domest.sogei.it">
<soapenv:Header/>
<soapenv:Body>
<mov:Input>
<mov:serviceId>invioDE815</mov:serviceId>
<!--1 or more repetitions:-->
<mov:data>
<mov:xml>TUlBR0NTcUdTSW....</mov:xml>
<mov:dichiarante>ITXXXXXXXXX</mov:dichiarante>
</mov:data>
</mov:Input>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment