I am getting response from service as a simple xml object of form
Array
(
[result] => Array
(
[0] => Array
(
[link] => SimpleXMLElement Object
(
[0] => LINK
)
[snippet] => Teaser
[fragment] => foo
I tried assigning this to a session variable, cache table(drupal) global variable , but am not able to get the actual object later, I get empty values or invalid object.
session_start()?