Problems with Windows Live Custom Domains - 2/9/07

I noticed a week or so ago that I could not get the userstate from my flash movie, I have been trying to see what the problem is and I can't figure out what is wrong.

is there a new way to request this data the only one working right now is EnumDomains

however WLCDSDK\Win32app\ManageDomain.exe does work but I just downloaded it so it's probably been updated

why would my php script work and then just stop out of the blue

this is what was working
$UserState = $client->getUserState(
array('name' => $data.'@'.$context['DOMAIN']),
array('authData' => $context['authData'])
);


is there some other data that needs to be sent

this is the error I get for all calls except EnumDomains
Array
(
[faultcode] => soap:Server
[faultstring] => Server was unable to process request. ---> Internal error
[detail] =>
)
thanks for any help/feedback so I can get this working again!


Answer this question

Problems with Windows Live Custom Domains - 2/9/07

  • Steve987

    sorry I figured it out!

  • Problems with Windows Live Custom Domains - 2/9/07