così cmq cosa ti darebbe? :
Codice PHP:$url = 'https://webservice.abc.com/?action=listcategorie s &usern=xxx&passwd=yyy';
$result = file_get_contents($url);
$xmlobj = simplexml_load_string($result);
echo($xmlobj);
così cmq cosa ti darebbe? :
Codice PHP:$url = 'https://webservice.abc.com/?action=listcategorie s &usern=xxx&passwd=yyy';
$result = file_get_contents($url);
$xmlobj = simplexml_load_string($result);
echo($xmlobj);