php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32776 SOAP doesn't support one-way operations
Submitted: 2005-04-20 12:27 UTC Modified: 2005-04-20 13:40 UTC
From: dmitry@php.net Assigned: dmitry (profile)
Status: Closed Package: SOAP related
PHP Version: 5CVS-2005-04-20 (dev) OS: Any
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dmitry@php.net
New email:
PHP Version: OS:

 

 [2005-04-20 12:27 UTC] dmitry@php.net
Description:
------------
One-way operations are not supported by ext/soap

  <portType name="TestServicePortType">
    <operation name="test">
      <input message="tns:TestRequest" />
    </operation>
  </portType>

Such operation must return HTTP "202 Accepted" response without content.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-20 12:59 UTC] dmitry@php.net
Fixed in CVS HEAD and PHP_5_0
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC