Skip to content

SOS ! String could not be parsed as XML #31

Open
@RocheR2D2

Description

@RocheR2D2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions