clue / reactphp-soap

Simple, async SOAP webservice client, built on top of ReactPHP.
https://clue.engineering/2020/announcing-reactphp-soap-2
MIT License
64 stars 25 forks source link

Explicitly handle non-2xx HTTP status codes #3

Closed clue closed 6 years ago

clue commented 10 years ago

Currently, we just reject the promise with the RuntimeException from the clue/buzz-react library and do not attempt to parse the body as a SOAP request. Because of this, we can not parse the actual SOAP response when calling a method that is not defined.

clue commented 10 years ago

Depends on https://github.com/clue/php-buzz-react/issues/15