From:             krisgg at hotmail dot com
Operating system: Windows Vista Business
PHP version:      5.2.6
PHP Bug Type:     SOAP related
Bug description:  SOAPClient will not work on Vista with host name

Description:
------------
When I instantiate SOAPClient with the following, the soap client times
out:
http://hostname:8080/service.php?WSDL
http://localhost:8080/service.php?WSDL

When I do it with the IP as part of the url it works:
http://127.0.0.1:8080/webdecode_service.php?WSDL
http://196.27.6.23:8080/webdecode_service.php?WSDL

This was not an issue in Windows XP.  I am thinking that the problem has
to do with the ipv6 protocol that when pinged returns ip in the form of
fe80::640c:2041:aea0:f210%10, but even if I turn it off when I do a ping I
get something of the form 2002:8648:620::8648:620.  
Do you think this is a problem with how SoapClient resolves the ip, or
it's a configuration problem on my part?

thank you for your help.


-- 
Edit bug report at http://bugs.php.net/?id=46125&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46125&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46125&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46125&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46125&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46125&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46125&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46125&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46125&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46125&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46125&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46125&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46125&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46125&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46125&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46125&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46125&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46125&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46125&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46125&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46125&r=mysqlcfg

Reply via email to