Re: PHP Soap on Windows Vista

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

 



Problem solved (partially).

I used Process Monitor for Windows to see all the processes involved with
Apache.

I did two tests.

1-) Running the client calling the server on my machine (FAILED)

2-) Running the client calling the server on a remote machine (WORKED)

In Process Monitor log for the Apache Process in the first test there as
something that seemed like a DNS error (no error in the second test).

As I was calling the server.php address with "http://localhost/server.php";.
I thought the "localhost" was the problem.

Changed it to "127.0.0.1" and it worked fine!

Still don't know why the DNS error happened (doesn´t happens in Windows XP).

If anyone knows, please reply (sooner or latter I'll have to use a name
instead of an IP address).

Best Regards

PS. Great tool for windows to monitor background activities the Process
Monitor. I recommend. Thanks for Richard Quadling for the hint.




Richard Quadling wrote:
> 
> 2009/3/24 bonafe <fernando@opapagaiorinoceronte.net>:
>>
>> Does anyone uses PHP Soap on Windows Vista?
>>
>> I have a problem. I have a client and a server on the same machine.
>> It works on windows XP but not on Windows Vista.
>>
>> Does anyone have any idea?
>>
>> Thanks
>> --
>> View this message in context:
>> http://www.nabble.com/PHP-Soap-on-Windows-Vista-tp22674144p22674144.html
>> Sent from the Php - Soap mailing list archive at Nabble.com.
>>
>>
>> --
>> PHP Soap Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
> 
> What errors?
> 
> Can you check that PHP has permissions to write to the SOAP cache
> folder (if you have one)?
> 
> Use something like filemon to watch what PHP is trying to do in terms
> of file access.
> 
> 
> -- 
> -----
> Richard Quadling
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"
> 
> -- 
> PHP Soap Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/PHP-Soap-on-Windows-Vista-tp22674144p22687304.html
Sent from the Php - Soap mailing list archive at Nabble.com.


-- 
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