﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Newsgator Forums / NewsGator API / Extras  / invoke AddSubscription web service using SOAP and ASP.NET / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Newsgator Forums</description><link>http://forum.newsgator.com/</link><webMaster>info@newsgator.com</webMaster><lastBuildDate>Sun, 07 Sep 2008 00:46:53 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>Also, if you are using NGES - NGES support would probably be a better place to ask (They don't really hang out here) - 1.4.2 has a different API than NewsGator Online.</description><pubDate>Mon, 02 Jul 2007 15:28:16 GMT</pubDate><dc:creator>Jonathon McDougall</dc:creator></item><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>You can't use the Chiclet for a credentialed feed - I don't think there really is a way to automatically add a feed that requires a username/password. You would have to manually add it.</description><pubDate>Mon, 02 Jul 2007 15:26:36 GMT</pubDate><dc:creator>Jonathon McDougall</dc:creator></item><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>RE: "I would use the "chiclet" method instead as described on our support page (&lt;A href="http://www.newsgator.com/support.aspx"&gt;http://www.newsgator.com/support.aspx&lt;/A&gt;)"&lt;/P&gt;&lt;P&gt;I wasn't able to find any additional information regarding the "Chiclet" method on the support site, can you give a liitle more information about how to use this method, or supply a more direct link to the information regarding the use of this method.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;L8erG8er</description><pubDate>Mon, 02 Jul 2007 13:12:42 GMT</pubDate><dc:creator>L8erG8er</dc:creator></item><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>Correction To Post:&lt;/P&gt;&lt;P&gt;Tried the similar method:&lt;/P&gt;&lt;P&gt;&lt;A href="http://someserver.com/ngweb/ngs/subscriber/subext.aspx?http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml"&gt;http://someserver.com/ngweb/ngs/subscriber/subext.aspx?http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I was missing the URL variable from the link above, so I retried the link above again with the correction shown below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://someserver.com/ngweb/ngs/subscriber/subext.aspx?url=http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml"&gt;http://someserver.com/ngweb/ngs/subscriber/subext.aspx?&lt;STRONG&gt;url=&lt;/STRONG&gt;http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This worked using an external feed without additional user interaction and displayed the message below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add Subscription&lt;BR&gt;&lt;/STRONG&gt;A new subscription to BBC News | Business | UK Edition has been added. &lt;/P&gt;&lt;P&gt;&lt;U&gt;Manage My Feeds&lt;/U&gt; | &lt;U&gt;Read Now&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;But this same link/method does not work for an Internal feed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add Subscription&lt;/STRONG&gt;&lt;BR&gt;Error - could not add subscription to &lt;A href="http://someinternalserver.com/abc/rss/abchome.xml"&gt;http://someinternalserver.com/abc/rss/abchome.xml&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;U&gt;Manage My Feeds&lt;/U&gt; | &lt;U&gt;Read Now&lt;/U&gt;&lt;/P&gt;&lt;P&gt;But I am able to add the internal feed above manually using the Add Feeds-URL tabbed page.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;L8erG8er</description><pubDate>Mon, 02 Jul 2007 13:04:45 GMT</pubDate><dc:creator>L8erG8er</dc:creator></item><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>Tried the similar method:&lt;/P&gt;&lt;P&gt;&lt;A href="http://someserver.com/ngweb/ngs/subscriber/subext.aspx?http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml"&gt;http://someserver.com/ngweb/ngs/subscriber/subext.aspx?http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But it does not appear to work. I am taken to the Add Subscriptions page but nothing happens, this is what appears on the screen:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add Subscription&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Manage My Feeds&lt;/U&gt; | &lt;U&gt;Read Now&lt;/U&gt;&lt;/P&gt;&lt;P&gt;And nothing else, if I click on My feeds, the feed has not been added. Also, it is worth mentioning, another reason for my implementation is to remove the additional step of clicking the "Add" button on the Add Subscriptions page when using a link to add subscriptions. The scenario I am trying to implement would have a user navigate to a site that has an RSS subscribe button, when the user clicks the subscribe button their subscription is added to their NG Reader without having to do/click anything else.&lt;/P&gt;&lt;P&gt;Is there a way to implement this?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;L8erG8er</description><pubDate>Mon, 02 Jul 2007 12:45:24 GMT</pubDate><dc:creator>L8erG8er</dc:creator></item><item><title>RE: invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>I think that approach is rather difficult.  How do you know what credentials to use?&lt;br&gt;&lt;br&gt;I would use the "chiclet" method instead as described on our support page (http://www.newsgator.com/support.aspx)&lt;br&gt;&lt;br&gt;A similar approach, but using this url - http://someserver/ngweb/ngs/subscriber/subext.aspx?[RSS_FEED_URL] - should work and handle the credential issue for you.&lt;br&gt;&lt;br&gt;Does that work for you?</description><pubDate>Fri, 29 Jun 2007 15:43:23 GMT</pubDate><dc:creator>Nick Harris</dc:creator></item><item><title>invoke AddSubscription web service using SOAP and ASP.NET</title><link>http://forum.newsgator.com/Topic29468-8-1.aspx</link><description>I am trying to create a .aspx page that GETs the URL for a feed from a url parameter, then adds a subscription for the user to that feed. I would like to use the AddSubscription method of the Subscriptions web service on my NGES (1.4.2). The reason I am getting the feed url as a url query parameter is because I would like for all internal web sites that would like to add RSS Feed subscription buttons to their sites to have their button hit my page with their feed url attached, my aspx page would then add the subscription for the user using the web service endpoint shown below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://someservername.com/ngws/svc/Subscription.asmx"&gt;http://someservername.com/ngws/svc/Subscription.asmx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Has anyone done this? Do you have some sample code on how to accomplish this? I'm having problems with the user credentials as well as how to send the SOAP packet/document, I've already figured out that a simple HTTP-POST of HTTP-GET will not work for AddSubscription.</description><pubDate>Fri, 29 Jun 2007 14:51:16 GMT</pubDate><dc:creator>L8erG8er</dc:creator></item></channel></rss>