This is a tool for anonymizing Swedish sole traders suppliers in an XMLSIE file.

See the potential legal problems with PUL and sole traders for further information.

The tool accepts XMLSIE and returns a new XMLSIE where all potential sole traders (based on their organization number) will be removed and all references to them replaced by a new single anonymous supplier entry.

The supplier created by this tool will look like this:

<Supplier>
    <SupplierId>SOLE_TRADERS</SupplierId>
    <SupplierName>Anonymized sole traders</SupplierName>
    <SupplierOrganizationalNumber>000000-0000</SupplierOrganizationalNumber>
</Supplier>

The deployed service is encrypted and will not remember any data sent to it. If you worry about legal problems you should consider running this service on a local machine.