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:createAutomaticLoginRequest>
<web:moduleSessionId>1267576862</web:moduleSessionId>
<web:userToLoginCredentials>
<web:userName>someMEMdocApplicationUserToBeLoggedIn</web:userName>
<web:passWord>a12d6e968e98c822c8343eb8ge6074d5576a8a86157f83de3aa4b5d0b3374235</web:passWord>
</web:userToLoginCredentials>
<web:automaticLoginToPatientFormList>
<web:patientId>14248</web:patientId>
<!--Optional:-->
<web:departmentId>3</web:departmentId>
<!--Optional:-->
<web:expandPatientDemographics>false</web:expandPatientDemographics>
<!--Optional:-->
<web:expandPatientFormlist>true</web:expandPatientFormlist>
</web:automaticLoginToPatientFormList>
</web:createAutomaticLoginRequest>
</soapenv:Body>
</soapenv:Envelope>
REPLY:
<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:createAutomaticLoginResponse>
<ns1:automaticLoginId>723e8351e376c462a3b124f88a6f933798e6f93329</ns1:automaticLoginId>
<ns1:automaticLoginURL>https://memdocdemo.memdoc.org/automaticLogin.jsf?automaticLoginId=723e8351e376c462a3b124f88a6f933798e6f93329</ns1:automaticLoginURL>
</ns1:createAutomaticLoginResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>