private function setSoapRequest() {
<mss:TimeOut>'.$this->TimeOutWSRequest.'</mss:TimeOut>
BUG DESCRIPTION:
1) WS (socket timeout on local server) and MID (timeout for remote MSSP service) are swapped by mistake
2) According to ETSI'204 the MSSP TimeOut must be defined as an Attribute of MSS_SignatureReq and not as an Element. Otherwise it is not ETSI compliant and it doesn't work.
Configuration according to 'mobileid.php':
Usage in 'mobileid.php':
...and...
BUG DESCRIPTION: 1) WS (socket timeout on local server) and MID (timeout for remote MSSP service) are swapped by mistake
2) According to ETSI'204 the MSSP TimeOut must be defined as an Attribute of MSS_SignatureReq and not as an Element. Otherwise it is not ETSI compliant and it doesn't work.
Correct way should be:
...and...