php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53413 Unable to change Soapfault HTTP response status code
Submitted: 2010-11-26 13:20 UTC Modified: 2012-02-15 00:09 UTC
From: vekumar at q3tech dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.14 OS: Linux
Private report: No CVE-ID: None
 [2010-11-26 13:20 UTC] vekumar at q3tech dot com
Description:
------------
Hi,

I am running one application in flex and PHP.
We are using web service to call from flex to php. 
Here flex is client and php is server.

Everything is working fine except soapfault.

I am not able to pass soapfault from php to flex. 
When i throw any soapfault, response status changed to 500.

I try Header('HTTP/1.1 200 OK') before call soapfault but still status not changes.

i have tried many things but no success.

Please guide me about this issue........
 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-30 05:17 UTC] vekumar at q3tech dot com
is there anyone who face this issue.....

Please help me......

Is there any other to handle this issue like with java servlet.

Please help me.......
 [2012-02-14 21:57 UTC] hairmare at purplehaze dot ch
Sending a 500 status code is the REQUIRED behavior as per SOAP Specs 
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383529).

This bug should be closed as "Expected behaviour" as there should be a way to 
handle this properly in flex.
 [2012-02-15 00:09 UTC] rasmus@php.net
-Status: Open +Status: Not a bug
 [2012-02-15 00:09 UTC] rasmus@php.net
Ok, not a bug then. Thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 07:01:32 2025 UTC