It is working after i make some change in the code as follow

$result = $client->catalogProductInfo((object)array(‘sessionId’ => $session->result, ‘productId’ => $product->result->product_id,’attributes’ => $attributes));

Thanks :)