ID:               44332
 Updated by:       j...@php.net
 Reported By:      nick at stinemates dot org
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Linux - Gentoo
 PHP Version:      5.2.5
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:
------------------------------------------------------------------------

[2008-03-04 20:08:29] nick at stinemates dot org

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 this bug report at http://bugs.php.net/?id=44332&edit=1

Reply via email to