I am using this library to do the development about blackboard web service.
I have successfully registered the proxy tool and make it available in the administrator panel.
The connection is built and function is able to be used. But When I call the saveColumns in Gradebook in Blackboard web service library,
$coursemember_detail = $blackboard->Gradebook("saveColumns",array('courseId'=>'_50_1','columnName'=>'testing'));
It returns
array(1) { ["@attributes"]=> array(1) { ["nil"]=> string(4) "true" } }
According to blackboard api library SP13, it should return the ids of the columns.
Anyone knows the answer? Or anyone knows what problem is that? It will be great if you can provide me some advice and answer. Thanks!