This call returns the current privacy policy based on the country tenant to which the MOL user belongs. In response, you have the PDF stream, the privacy version and the country it is associated with.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.onlinembe.eu/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:PrivacyPolicyRequest>
<RequestContainer>
<System>IT</System>
<Credentials>
<Username></Username>
<Passphrase></Passphrase>
</Credentials>
<InternalReferenceID>testAH</InternalReferenceID>
</RequestContainer>
</ws:PrivacyPolicyRequest>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:PrivacyPolicyRequestResponse xmlns:ns3="http://www.onlinembe.eu/ws/">
<RequestContainer>
<InternalReferenceID>testAH</InternalReferenceID>
<PrivacyPolicy>
<Stream>AwMzYxIDY1NTM1IGYNCjAwMDAw</Stream>
<Type>application/pdf</Type>
</PrivacyPolicy>
<Country>IT</Country>
<Version>4</Version>
</RequestContainer>
</ns3:PrivacyPolicyRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>