<div dir="ltr">sloppy cut and pasting on my part that one i'm afraid, good spot though. It's fine on the actual code.<div><br></div><div>I've given up trying to 'fix' this and I'm just serializing the returned array and then unpacking it the other end.</div>
<div><br></div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 24 July 2014 16:38, jwmartnet . <span dir="ltr"><<a href="mailto:jwm.art.net@gmail.com" target="_blank">jwm.art.net@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 class="">On 22 July 2014 08:45, Dan Attwood <<a href="mailto:danattwood@gmail.com">danattwood@gmail.com</a>> wrote:<br>

</div><div class="">> hi all<br>
><br>
> I've got a new server set up that contains  two websites. One is a set of<br>
> php soap services and the other is a php site that consumes these services.<br>
><br>
> My soap service is returning an array like:<br>
><br>
>  $infoReturned = array(<br>
>         'studentInfo' => $studentInfo,<br>
>         'Course' => $courses,<br>
>         'Attendance' => $attendance,<br>
>         'TargetGrade' => $targetGrade,<br>
>         'Profiler' => $profiler,<br>
>         'Quals_on_Entry' => $quals,<br>
> }<br>
><br>
> return $infoReturned;<br>
><br>
<br>
</div>Easily overlooked typo? Curly brace should be bracket? Maybe this<br>
causes the function to return with nothing before encountering the<br>
return statement that returns the $infoReturned array? Guess you might<br>
have spotted that by now... and the error messages in the<br>
log/output...<br>
<br>
James.<br>
<div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>