Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.14.0

Bug #18459 Client unable to decode MIME response
Submitted: 2011-04-20 17:20 UTC
From: pdp Assigned:
Status: Feedback Package: SOAP (version 0.12.0)
PHP Version: 5.3.6 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2011-04-20 17:20 UTC] pdp (Pierre del Perugia)
Description: ------------ The _decodeMimeMessage expect to have the transport header first (before the actual body). _parseResponse in http.php was direclty passing the body. service in server.php is doing it when receiving a MIME request. A similar modification (adding the received Content-Type) fixes the problem.

Comments

 [2011-04-20 17:21 UTC] pdp (Pierre del Perugia)
 [2011-04-25 16:27 UTC] tonimc (Toni Martinez)
 [2011-04-25 16:43 UTC] tonimc (Toni Martinez)
 [2012-01-14 18:43 UTC] doconnor (Daniel O'Connor)
Thanks for the patch Pierre, but I'm not 100% clear which file it applies to. svn diff / diff -u is usually the best way to go - it adds the filename in.
 [2012-01-14 18:45 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
 [2012-01-14 22:20 UTC] pdp (Pierre del Perugia)
 [2012-01-14 22:22 UTC] pdp (Pierre del Perugia)
Hi, it is HTTP.php. I upload a new version of the patch. Note that it does not include modification from tonimc.