<div dir="ltr"><div>I just get:<br></div><div><span style="color:rgb(51,51,51);font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;font-size:14.44444465637207px;line-height:20px">looks like we got no XML document error with the XXXXXX Service 2 looks like we got no XML document</span><br>
</div><div><span style="color:rgb(51,51,51);font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;font-size:14.44444465637207px;line-height:20px"><br></span></div><div>From my reading there is a hard limit on the array size but it's huge and I've got far bigger array on other servers that work fine - and like you say I would expect a pretty clear out of memory error.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">dan</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 22 July 2014 09:08, Karl Buckland <span dir="ltr"><<a href="mailto:buckland.karl@gmail.com" target="_blank">buckland.karl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Dan,<div><br></div><div>What do you mean when you say it stops working? What is returned in all instances? I often find a packet inspector helpful to see everything that was returned at the networking level as this can sometimes help.</div>

<div><br></div><div>Does it work if you return a different, predefined array perhaps?</div><div><br></div><div>If you were running out of memory then there would be a clear error in the logs, or wherever you direct your errors. I don't believe there is a limit to how much data can be returned, except for any limiting RAM and execution time.</div>

<div><br></div><div>Karl</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On 22 July 2014 08:45, Dan Attwood <span dir="ltr"><<a href="mailto:danattwood@gmail.com" target="_blank">danattwood@gmail.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">hi all<div><br></div><div>I've got a new server set up that contains  two websites. One is a set of php soap services and the other is a php site that consumes these services. </div>

<div><br></div><div>My soap service is returning an array like:</div>
<div><br></div><div> $infoReturned = array(<br></div><div><div>        'studentInfo' => $studentInfo,</div><div>        'Course' => $courses,</div><div>        'Attendance' => $attendance,</div>


<div>        'TargetGrade' => $targetGrade,</div><div>        'Profiler' => $profiler,</div><div>        'Quals_on_Entry' => $quals,</div></div><div>}</div><div><br></div><div>return $infoReturned;<br>


</div><div><br></div><div>When I call this is fails to return any xml. If I comment out any two of the array values then it stops working. I can serialize the returned array and that works but this is an extra step i'd like to avoid.</div>


<div><br></div><div>I'm seeing any errors in the logs but this looks like it could be a php setting related to size.</div><div><br></div><div>Does anyone have any insights please?</div></div>
<br></div></div>_______________________________________________<br>
Kent mailing list<br>
<a href="mailto:Kent@mailman.lug.org.uk" target="_blank">Kent@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/kent</a><br></blockquote></div><br></div>
<br>_______________________________________________<br>
Kent mailing list<br>
<a href="mailto:Kent@mailman.lug.org.uk">Kent@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/kent</a><br></blockquote></div><br></div></div>