Soap server with attachments refactoring
This commit is contained in:
@ -8,9 +8,6 @@ class SoapResponse extends CommonSoapResponse
|
||||
{
|
||||
public function getResponseContent()
|
||||
{
|
||||
// set Content-Type header
|
||||
header('Content-Type: ' . $this->getContentType());
|
||||
|
||||
return $this->getContent();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user