Run mock server in each SoapClient test case & unit test fixed

This commit is contained in:
Petr Bechyně
2018-02-06 00:38:35 +01:00
parent 45cce3a41c
commit e58927469c
2 changed files with 14 additions and 6 deletions

View File

@ -9,5 +9,5 @@ if (isset($_GET['wsdl'])) {
exit;
}
header('Content-type: text/xml');
header('Content-type: multipart/related; type="application/soap+xml"; charset=utf-8; boundary=Part_13_58e3bc35f3743.58e3bc35f376f; start="<part-424dbe68-e2da-450f-9a82-cc3e82742503@response.info>"');
echo file_get_contents(FIXTURES_DIR.'/Message/Response/soapCallWithSwaAttachmentsOnResponse.response.message');