SoapFault Object
(
    [message:protected] => INVALID_LOGIN: Invalid username, user not active
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /home/hostehmr/central/libraries/SalesForce/soapclient/SforceBaseClient.php
    [line:protected] => 167
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/hostehmr/central/libraries/SalesForce/soapclient/SforceBaseClient.php
                    [line] => 167
                    [function] => __call
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => login
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [username] => stephen.cunningham@hostireland.com
                                            [password] => Siklu123Rov8psDDTlwqcLQv7qrcMQXuF
                                        )

                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/hostehmr/central/libraries/SalesForce/test/enterprise.php
                    [line] => 21
                    [function] => login
                    [class] => SforceBaseClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => stephen.cunningham@hostireland.com
                            [1] => Siklu123Rov8psDDTlwqcLQv7qrcMQXuF
                        )

                )

        )

    [previous:Exception:private] => 
    [faultstring] => INVALID_LOGIN: Invalid username, user not active
    [faultcode] => sf:INVALID_LOGIN
    [detail] => stdClass Object
        (
            [LoginFault] => SoapVar Object
                (
                    [enc_type] => 0
                    [enc_value] => stdClass Object
                        (
                            [exceptionCode] => INVALID_LOGIN
                            [exceptionMessage] => Invalid username, user not active
                        )

                    [enc_stype] => LoginFault
                    [enc_ns] => urn:fault.enterprise.soap.sforce.com
                )

        )

)