أماني مفيد

أماني مفيد

  • NA
  • 142
  • 15.9k

Get XML value in SOAP using PHP

Nov 22 2020 6:02 AM
hi i have this XML and i want to read the value for partelemnt and status
how can i get it ?
i try this but no work
$result = $client->GetAssets($params);
$agi->set_variable("didgot",$result->GetAssetsResult->Result->Assets->nodeValue);
$Assetss = $dom->getElementsByTagName('Assets');
foreach ($Assetss as $Assets) {
echo $Assets->nodeValue, PHP_EOL;
}
 
 

Answers (3)