REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.module.yosemite.www.memdoc.org/">
<soapenv:Header/>
<soapenv:Body>
<web:getUserInformation>
<web:moduleSessionId>1028170391</web:moduleSessionId>
</web:getUserInformation>
</soapenv:Body>
</soapenv:Envelope>
RESPONSE:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://webservice.module.yosemite.www.memdoc.org/">
<SOAP-ENV:Body>
<ns1:getUserInformationResponse>
<ns1:item>
<ns1:clinicId>27</ns1:clinicId>
<ns1:clinicName>Klinik ABC</ns1:clinicName>
<ns1:countryId>CH</ns1:countryId>
<ns1:departmentId>32</ns1:departmentId>
<ns1:departmentName>Department 1</ns1:departmentName>
</ns1:item>
</ns1:getUserInformationResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>