Forum Moderators: coopster
$result = $client->call("User_Data", array($request_xml), "urn:tss", "urn:tss");
$response = $client->response;
But is there something like
$body = $client->response->body; //? for instance ?
Any ideas on this? I assume it would just be
$response = $client->response;
$body = $response['body'];
But this doesn't appear to be true, any help would be greatly appreciated, I assume the answer is so simple but googling this, as easy as it seems, has shown no answers yet
[url=http://www.php.net/var-dump]var_dump[/url]($client->response);