How to parse SOAP response without SoapClient

PHP comes with a SOAP client that should make it so you don’t have to manually parse SOAP XML. See here: http://php.net/manual/en/book.soap.php

Edit: For clarity, the SOAP client is not part of PHP, rather an extension.

Leave a Comment