goetas-webservices / soap-client

PHP implementation of SOAP 1.1 and 1.2 client specifications
MIT License
175 stars 28 forks source link

SoapFault #31

Open victorgp89 opened 5 years ago

victorgp89 commented 5 years ago

It's possible to send soapfault with a 200 OK and not 500?

goetas commented 5 years ago

That should be already sported, see https://github.com/goetas-webservices/soap-client/blob/4be915046d32902a790b3e11403369e7eb391481/tests/Client/Client12RequestResponsesTest.php#L366

goetas commented 5 years ago

is this solved?