ID:               41212
 Updated by:       [EMAIL PROTECTED]
 Reported By:      manrash at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Debian Etch
 PHP Version:      5.2.1
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.




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

[2007-04-27 12:40:48] manrash at gmail dot com

Description:
------------
The generated header has this content:

Content-Type: application/soap+xml; charset=utf-8;
action="http://www.example.com/ws.asmx";

in place of:

Content-Type: application/soap+xml; charset=utf-8;
SOAPAction: http://www.example.com/ws.asmx


Reproduce code:
---------------
$soapaction = "http://www.example.com/ws.asmx/method1";;
$msg = "<soap:Envelope ...>";

$res = $this->proxy->__doRequest
($msg,"http://www.example.com/ws.asmx",$soapaction, 2);





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41212&edit=1

Reply via email to