[Klug-general] php array/soap question

jwmartnet . jwm.art.net at gmail.com
Thu Jul 24 15:38:29 UTC 2014


On 22 July 2014 08:45, Dan Attwood <danattwood at gmail.com> wrote:
> hi all
>
> 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.
>
> My soap service is returning an array like:
>
>  $infoReturned = array(
>         'studentInfo' => $studentInfo,
>         'Course' => $courses,
>         'Attendance' => $attendance,
>         'TargetGrade' => $targetGrade,
>         'Profiler' => $profiler,
>         'Quals_on_Entry' => $quals,
> }
>
> return $infoReturned;
>

Easily overlooked typo? Curly brace should be bracket? Maybe this
causes the function to return with nothing before encountering the
return statement that returns the $infoReturned array? Guess you might
have spotted that by now... and the error messages in the
log/output...

James.



More information about the Kent mailing list