Jump to content

PEAR SOAP Client returns partial data


jonnysamps

Recommended Posts

I'm seeing incomplete data.  I am calling a webservice call with pear soap client library, and am getting back an array (which is expected) but that array is incomplete.  I sniffed the network traffic and the webservice soap response contains the complete data that I would expect but when it finally gets returned to my code as an array it is missing the last few items.

 

ie

$array = $soapProxy->someWSCall();

 

//The soap response contains 5 elements for the array but count($array) == 3

// The $array should have count($array) == 5

 

Is this a configuration thing? Has anyone seen this before?

Link to comment
https://forums.phpfreaks.com/topic/93425-pear-soap-client-returns-partial-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.