Invalid HTTP Response

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Has anyone ever experienced an "Invalid HTTP Response" error with
PEAR::SOAP?  What might cause this?

I have built successful soap servers in the past, and I am building a new
one, its quite simple.
I can't seem to figure out why this is happening.  If anyone has run into
this problem in the past, how did you fix it?

Here is the beginning of the print_r

soap_fault Object
(
    [error_message_prefix] =>
    [mode] => 1
    [level] => 1024
    [code] => HTTP
    [message] => Invalid HTTP Response
    [userinfo] =>
    [backtrace] => Array
        (
            [0] => Array
                (
                    [file] => /usr/local/lib/php/SOAP/Fault.php
                    [line] => 49
                    [function] => pear_error
                    [class] => pear_error
                    [type] => ::
                    [args] => Array
                        (
                            [0] => Invalid HTTP Response
                            [1] => HTTP
                            [2] =>
                            [3] =>
                            [4] =>
                        )

                )

            [1] => Array
                (
                    [file] => /usr/local/lib/php/SOAP/Base.php
                    [line] => 199
                    [function] => soap_fault
                    [class] => soap_fault
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Invalid HTTP Response
                            [1] => HTTP
                            [2] =>
                            [3] =>
                            [4] =>
                            [5] =>
                        )

                )




________________________________________
    Andrew S. Nagy
    Lead Applications Developer
    Living SchoolBook
    Syracuse University
    (315) 443-3450
    http://lsb.syr.edu

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux