@@ -189,7 +189,7 @@ |
||
189 | 189 | $headers = []; |
190 | 190 | if ($this->httpMethod == 'POST') { |
191 | 191 | $headers['Content-Length'] = strlen($this->soapMessage->getContents()); |
192 | - $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"' . '; action="' . $this->soapAction . '"'; |
|
192 | + $headers['Content-Type'] = 'application/soap+xml; charset="utf-8"'.'; action="'.$this->soapAction.'"'; |
|
193 | 193 | } else { |
194 | 194 | $headers['Accept'] = 'application/soap+xml'; |
195 | 195 | } |