Yes, this is an issue Vivia found a while ago, aMSN doesn't receive the HSB for all the users with a space, WLM does, but MSN 7.5 doesn't, I tested this myself too. vivia wrote to microsoft support to see if they can fix the issue on their servers, but, as you would suspect, so far we only get automated responses like 'amek sure you're not firewalled' and blablabla, and now they say, make sure you are authorized to access a user's space.. next step is to talk about the protocol, hoping they'll understand it's not the user's fault, but rather it's an issue with the server not notifying us with HSB for all the users... Toforce the check of a user's space who doesn't have an HSB, follow these steps :
first do this : set cookies [split $::authentication_ticket &] foreach cookie $cookies { set c [split $cookie =] set ticket_[lindex $c 0] [lindex $c 1] } then se $email to the user's email : set email [EMAIL PROTECTED] then do this : SOAP::configure -transport http -headers [list "Cookie" "MSPAuth=${ticket_t}; MSPProf=${ticket_p}"] set soap_req [SOAP::create GetSchematizedStore \ -uri "http://storage.msn.com/storageservice/schematizedstore.asmx" \ -proxy "http://storage.msn.com/storageservice/schematizedstore.asmx" \ -action "http://www.msn.com/webservices/storage/w10/GetItemVersion" \ -wrapProc [list ::MSNCCARD::getSchematizedStoreXml $email]] then, you do : ::GetSchematizedStore then ::SOAP::dump ::GetSchematizedStore you should then see whether the user has a space or not, you will either get the HasNewItem or not, or you'll get an <Error> tag if the user really doesn't have a space.. I'm not sure though if it works or not, vivia said that even though you do this, when you get the ccard, it will be empty. KKRT On Fri, Jan 26, 2007 at 07:44:53PM +0200, Vivia Nikolaidou wrote: > > Seems to be MSNP12 bug, she'll get the same behavior if she uses m$n 7.5 > ... Glad to see I'm not the only one here. :D > > On Fri, 26 Jan 2007, Karel Demeyer wrote: > > > Hi, > > > > I found out something wierd with MSN Spaces; My sister used to check > > her friend's spaces online as aMSN doesn't have Spaces support. Seems > > there is a page on MSN Spaces that, when you are logged in, lists your > > friends with updated spaces, with stars etc. Well, this list is not > > the same as the stars we now see in aMSN. It's really inconsistent. > > How can this be explained? > > > > Karel. > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Amsn-devel mailing list > > Amsn-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > --- > > "Where is the life that we have lost in living? > Where is the wisdom that we have lost in knowledge? > Where is the knowledge that we have lost in information?" > > OEO; > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Amsn-devel mailing list > Amsn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/amsn-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Amsn-devel mailing list Amsn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amsn-devel