Answered by:
Which service or services MSDN forums provide for peoples who would like to interoperate with it via their own software?

Question
-
BACKGROUND:
Thank you.
I am developing a software named "Microsoft's Forums Alerter". the main feature of this software is that it alert user when a new question/reply posted in it's selected forums. so it needs to communicate with forums. I have been used Windows Live ID SDK for this communication.
I saw this paragraph in "Windows Live ID SDK" documentation.
"How to Access by Using SOAP
To access Windows Live ID sites and services by using HTTP-based SOAP calls, you must first find the URL of the Web Service Description Language (WSDL) file that describes the service. To obtain the URLs to the WSDL for a specific Windows Live ID service, see the documentation for that service."
So I began to try to finding the URL of the Web Service Description Language (WSDL) for MSDN Forums. I found one by asking a question at Windows Live ID: Development forum which is http://services.social.microsoft.com/forumsservicepreview/ForumsService.svc.
Also I get a ticket from that service by (Windows Live ID SDK).GetTicket("microsoft.com", true)
THE PROBLEM:
I want to release my software for MSDN forums users (public use) but I can't, because it's not reliable because of following problems.
1. I couldn't find any documentation for that service and I can't be notified when it's upgraded because my software must be upgraded too.
So, Do MSDN forums support SOAP accessing for actual public use e.g. notify users when it's upgraded, documentation, etc?
2. My software had been work in previous week testing with getting a ticket from "microsoft.com" i.e. (Windows Live ID SDK).GetTicket("microsoft.com", true). but it throwed to me "Passport Header Not Found" exception in yesterday testing. however I have been modified it to (Windows Live ID SDK).GetTicket("social.msdn.microsoft.com", true) and it works today again.
But, How I can get a ticket for MSDN forums in a reliable way - I afraid it stop working next week again because of microsoft upgrading? any documentation?
SUMMARY:
Which service or services MSDN forums provide for peoples who would like to interoperate with it via their own software?
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010
Answers
-
Big thanks for your hard work and the time you invested in MSDN forum Client ! I wish you to publish the same with proper disclaimer. I dont think people might respond to this query. So please go a head...
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com- Marked as answer by Ed Price - MSFTMicrosoft employee Sunday, April 29, 2012 4:49 AM
All replies
-
Sorry, should I provide more information?
Any MSFT Employee, Administrator can help me please?
Thank you.
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010 -
-
I am curious to seee the How you have accessed the forum service?... Could you please share the code to access web service and authendication.
Thanks in advance.
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com
See www.codeplex.com/msdnforumsclient
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010 -
-
Could you please share the lastest version that you have ? Hope the one available in Codeplex is not in synch in all means.
Thanks in Advance !
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com
That is the last version which I have too.
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010 -
Let me make it clear. In this forum you said that you have chanegd some latest code to handle the new service and some authendication issue, i am just refering that. Thanks in advance if you could share that source code.
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com -
Let me make it clear. In this forum you said that you have chanegd some latest code to handle the new service and some authendication issue, i am just refering that. Thanks in advance if you could share that source code.
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com
That is not completed because it's not reliable as I mentioned in my initial post.I am going to share that on codeplex if those problem figure out but unfortunately nobody replied me yet.
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010 -
Big thanks for your hard work and the time you invested in MSDN forum Client ! I wish you to publish the same with proper disclaimer. I dont think people might respond to this query. So please go a head...
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com- Marked as answer by Ed Price - MSFTMicrosoft employee Sunday, April 29, 2012 4:49 AM
-
Big thanks for your hard work and the time you invested in MSDN forum Client ! I wish you to publish the same with proper disclaimer. I dont think people might respond to this query. So please go a head...
--- Hope this helps. Ananth Ramasamy Meenachi http://www.msarm.com
Thank you. I won't be disappointed :)
My Blog - MSDN Complement By Providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010