From: huang zhimin Date: 2008-04-19T15:57:35+09:00 Subject: Can I use xmlrpc to manage my msn spaces ------=_Part_5586_11145805.1208588252378 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have encountered a problem to use xmlrpc to connect to my msn spaces. I use rmetaweblog which is inherit from xmlrpc/client, the error is shown below: irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'rmetaweblog' => true irb(main):005:0> blog = RMetaWebLog.new('storage.msn.com', '/storageservice/MetaWeblog.rpc', 443, {:use_ssl=>'true', :blog_url=>' http://xxx.spaces.live.com', :blog_id=>'xxx', :api_user=>'xxx', :api_pass=>'yyy'}) => #, @proxy_host=nil, @http_header_extra=nil, @parser=nil, @timeout=30, @api_pass="yyy", @host="storage.msn.com", @blog_id="xxx", @password=nil> irb(main):006:0> blog.categories warning: peer certificate won't be verified in this SSL session XMLRPC::FaultException: XMLRPC::FaultException from /usr/lib/ruby/1.8/xmlrpc/client.rb:414:in `call' from /usr/lib/ruby/gems/1.8/gems/rmetaweblog-1.0/lib/rmetaweblog.rb:75:in `categories' from (irb):6 from /usr/local/lib/site_ruby/1.8/rubygems/requirement.rb:140 xxx is the username of my spaces, and yyy is the secret word of email publish. Can anybody give me some suggestion? -- My msn spaces: http://flyerhzm.spaces.live.com ------=_Part_5586_11145805.1208588252378--