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

Bug #12099 Client of .Net SOAP server is missing first two rows of data?
Submitted: 2007-09-23 09:56 UTC
From: jlew Assigned:
Status: Duplicate Package: SOAP (version 0.11.0)
PHP Version: 4.4.1 OS: Debian
Roadmaps: (Not assigned)    
Subscription  


 [2007-09-23 09:56 UTC] jlew (James Lew)
Description: ------------ The first two rows are simply missing. They are in the wire, but are not in the parsed results. CVS doesn't help. Test script: --------------- require_once('SOAP/Client.php'); $wsdl = new SOAP_WSDL("MySERVER/Service.asmx?w sdl"); $soapclient = $wsdl->getProxy(); $result = $soapclient->selectAll($params); This results is the first two rows being skipped. Only by completely stripping Base.php's _decode down can I return the right amount of rows (but i suspect with a significant loss of functionality) Expected result: ---------------- All rows returned from server. Actual result: -------------- First two rows missing

Comments

 [2007-09-28 10:18 UTC] strawp (Iain Wallace)
Just a comment to say that I'm seeing the exact same thing and I'm fairly sure that this only started happening very recently - the same web service has been happily talking to my app for months with all rows present. All the data is in the returned http, stored in the class, just not serialised into PHP correctly for whatever reason.
 [2007-10-27 21:45 UTC] coyot (Wojtek Krawczak)
I'm encountering the same problem. Everything was fine, the issue appeared about a month ago. If you need any logs, please let me know.
 [2007-12-20 15:29 UTC] northmh (Matthew North)
We have the same issue on Win XP, Apache 2.2.4, PHP 5.2.5, PEAR::SOAP version 0.11.0. Note that this problem began occurring for us after upgrading from SOAP-0.9.1 to SOAP-0.11.0. Downgrading back to 0.9.1 solved the issue.
 [2007-12-20 15:35 UTC] northmh (Matthew North)
Update: in our case our PHP code is consuming Java (5.0) web services. Also, it seems to be an issue for _any_ service that returns an array of results.
 [2007-12-20 15:43 UTC] northmh (Matthew North)
Appears to be the same issue as bug #12615 -- which includes a solution.
 [2008-03-22 09:59 UTC] doconnor (Daniel O'Connor)
Marking as duplicate of bug #12615