php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44332 Construct SoapClient against Java6 running Axis2 causes page to download
Submitted: 2008-03-04 20:08 UTC Modified: 2009-05-06 01:00 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: nick at stinemates dot org Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.2.5 OS: Linux - Gentoo
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nick at stinemates dot org
New email:
PHP Version: OS:

 

 [2008-03-04 20:08 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-28 18:36 UTC] jani@php.net
Please try using this CVS snapshot:

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

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


 [2009-05-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Dec 30 14:01:28 2024 UTC