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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
32 - 9 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 21:01:29 2024 UTC