[insert_php] $url = “http://webapi.suvidya.ac.in/SuvidyaWebsite_WebService.asmx?wsdl”;
$client = new SoapClient($url);
$res = $client->Web_GetCourseMasterByCourseId(array(“CourseId”=>22));
$any = $res->Web_GetCourseMasterByCourseIdResult->any;
$xml = simplexml_load_string($any);
$json = json_encode($xml);
$array = json_decode($json);
$table = $array->NewDataSet->Table;[/insert_php]

Eligibility :

[insert_php] echo !is_object($table->Eligibility) ? $table->Eligibility : “”; [/insert_php]

[insert_php] echo !is_object($table->Introduction) ? $table->Introduction : “”; [/insert_php]
Key Points of Syllabus
[insert_php] $url = “http://webapi.suvidya.ac.in/SuvidyaWebsite_WebService.asmx?wsdl”;
$client = new SoapClient($url);
$res = $client->Web_GetCourseMasterByCourseId(array(“CourseId”=>22));
$any = $res->Web_GetCourseMasterByCourseIdResult->any;
$xml = simplexml_load_string($any);
$json = json_encode($xml);
$array = json_decode($json);
$table = $array->NewDataSet->Table;[/insert_php]

Introduction :

[insert_php] echo !is_object($table->Course_Description) ? $table->Course_Description : “”;[/insert_php]
Objective
[insert_php] $url = “http://webapi.suvidya.ac.in/SuvidyaWebsite_WebService.asmx?wsdl”;
$client = new SoapClient($url);
$res = $client->Web_GetCourseMasterByCourseId(array(“CourseId”=>22));
$any = $res->Web_GetCourseMasterByCourseIdResult->any;
$xml = simplexml_load_string($any);
$json = json_encode($xml);
$array = json_decode($json);
$table = $array->NewDataSet->Table;[/insert_php]

Introduction :

[insert_php] echo !is_object($table->Objective) ? $table->Objective : “”;[/insert_php]

Enquiry Form

Testimonial