Vale ya veo, pero ahora me sale:
Código PHP:
object(SoapVar)#11 (4)
{
["enc_type"]=> int(0)
["enc_value"]=> object(stdClass)#10 (1) { ["item"]=> array(2) { [0]=> string(12) "transferlock" [1]=> string(12) "resellerlock" } }
["enc_stype"]=> string(6) "Vector"
["enc_ns"]=> string(30) "http://xml.apache.org/xml-soap"
}
Si quiero ver lo que tiene ["item"][0]?
No me deja hacer
Código PHP:
echo $object["enc_value"]["item"][0]
Con object(stdClass) ya me ha roto los esquemas.