From:             nick at stinemates dot org
Operating system: Linux - Gentoo
PHP version:      5.2.5
PHP Bug Type:     SOAP related
Bug description:  Construct SoapClient against Java6 running Axis2 causes page 
to download

Description:
------------
The summary basically states the issue.

I wrote a simple client which connects to a Java1.6.03 Axis2
implementation of SOAP and, whenever:

$client = new SoapClient($url_to_wsdl); 

is called, instead of displaying ANY text on the page, the browser thinks
it should download the resulting php file. I have tested it with the
following browser: Mozilla, Links, Lynx, W3M, Python urllib.urlopen.

If I point the WSDL url to something which is running the same software,
Java 1.5.09->1.5.14, the request completes as expected.

Reproduce code:
---------------
$client = new SoapClient($url_to_wsdl); 

Expected result:
----------------
It is executed appropriately

Actual result:
--------------
Page attempts to download

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

Reply via email to