Open
Description
in vendor\chartblocks\php-ssrs\library\SSRS\Soap\ServerException.php (line 12)
public $faultcode;
public $faultstring;
public $faultactor;
static function fromResponse($string) {
$xml = new \SimpleXMLElement($string);
$ns = $xml->getNamespaces(true);
$soap = $xml->children($ns['soap']);
$body = $soap->Body->children($ns['soap']);
if (isset($body->Fault)) {
Please help Thanks !!!
Metadata
Metadata
Assignees
Labels
No labels