I make a soapCall() using the integrated PHP soapClient to access a .NET Webservice. In my Result, which i can see fully using the magic "__lastResponse()" method, i have this:
<RatePlan RatePlanID="30031" RatePlanCode="RAC">
<RatePlanDescription>
<Text Language="EN">RAC Rate</Text>
</RatePlanDescription>
</RatePlan>
Nerede, i özelliklerini eksik sonucu dökümü VAR zaman:
array(1) {
["RatePlanDescription"]=>
object(stdClass)#162 (1) {
["Text"]=>
string(8) "RAC Rate"
}
}
Herkes i ("RatePlanID" gibi) özelliklerini nasıl erişebileceğini herhangi bir fikir var mı?