Skip to content

Commit

Permalink
Revert to application/xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Feb 6, 2018
1 parent aca0f6e commit 329a94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/WebService.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handleRequest()
$autodiscover->setClass($this->handlerClass)->setUri($this->url);
$wsdl = $autodiscover->generate();

header('Content-Type: text/xml');
header('Content-Type: application/xml');
echo $wsdl->toXml();
exit;
}
Expand Down

0 comments on commit 329a94c

Please sign in to comment.