README
======

The sample XML files provide examples of the complete SOAP envelope that would need to be posted through to the ATWD webservice endpoint in TPVS2

The following curl commands can be used to demonstrate each submission type against the TPVS2 endpoint

curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeper4DPW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeper4DPW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW5.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW5D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW6.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleProprietorIsKeeperW6D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietor4DPW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietor4DPW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW5.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW5D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW6.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleUnregisteredProprietorW6D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegistered4DPW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW4.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW5.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW6.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegistered4DPW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW4D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW5D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleVATRegisteredW6D.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleW1.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleWarrantStatusRequestByAckref.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service
curl -H "Content-type: text/XML" --data @SampleWarrantStatusRequestByPayref.xml https://tpvs2.hmrc.gov.uk/ws/atwd/service

