$client = new SoapClient("....axis2/services/ir_ws?wsdl",array('location'=> "demo url",'uri'=> "demo url"));
$header = new SoapHeader('.../axis2/services/ir_ws?wsdl','getInfoRoute');
$client->setSoapHeaders($header);
$functionlist=$client->getFunctions();
this is the response that i get when print the $functionlist
Array ( [0] => getInfoRouteResponse getInfoRoute(getInfoRoute $parameters)
[1] => getInfoRouteResponse getInfoRoute(getInfoRoute $parameters) )
can u please help me how to call the function getInfoRoute()