﻿<?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 </title><generator>InstantForum.NET v4.1.4</generator><description>Newsgator Forums</description><link>http://forum.newsgator.com/</link><webMaster>info@newsgator.com</webMaster><lastBuildDate>Wed, 21 May 2008 17:17:50 GMT</lastBuildDate><ttl>20</ttl><item><title>Bug [?] in APML feed</title><link>http://forum.newsgator.com/Topic39898-8-1.aspx</link><description>Very excited to play with the new APML feed. One thing I notice that I think is a bug - looking at my feed, the dates are... unusual: for example, &amp;lt;DateCreated&amp;gt;2008-[b][u]47[/u][/b]-21T09:47:57Z&amp;lt;/DateCreated&amp;gt;. There's no 47th month. That's a bug, right? Or is there supposed to be some informational importance to that unexpected value?&lt;br&gt;</description><pubDate>Wed, 21 May 2008 10:03:06 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>Analogy to Google Reader's new "Notes" feature</title><link>http://forum.newsgator.com/Topic39406-8-1.aspx</link><description>[i]I figure I'd post this here as it would likely apply to all apps that interface with the NewsGator API:[/i]&lt;br&gt;&lt;br&gt;Asking for feature replication doesn't feel quite right.&lt;br&gt;&lt;br&gt;I used to use Google Reader because I preferred it over NewsGator online, but I'm getting an iPod touch and the NewsGator iPhone/iPod touch interface plus NNW is a great combo. Up until today, Reader didn't really have anything over NewsGator/NNW, but the new "Share with note" social feature in Reader is what I'd like to see added to the NewsGator API.&lt;br&gt;&lt;br&gt;I've been using Movable Type's Action Streams plugin to share links via various web apps on my own site, and the longer I've been utilizing it the more I've been wanting to comment on what I've been sharing. Google said it well: "If you are like me, you might want to share something in Reader, but think your friends might not 'get' why you are sharing it."&lt;br&gt;&lt;br&gt;The ability to comment on sites I'm not subscribed too is also important. I think it makes sense that I can share other "news" items through the online news-reading service I sync my desktop reader to.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 05 May 2008 22:48:06 GMT</pubDate><dc:creator>shanecavanaugh</dc:creator></item><item><title>Newsgator Powershell Provider</title><link>http://forum.newsgator.com/Topic20405-8-1.aspx</link><description>http://www.codeplex.com/Wiki/View.aspx?ProjectName=NewsGatorPSProvider&lt;br&gt;&lt;br&gt;I've created a CodePlex project with the initial stab (read-only) at a Newsgator Powershell Provider.  I'm still working on the instructions to get it running (if you want to try, drop me a note via the CodePlex contact link, or email aaronlerch [at] yahoo [dot] com).&lt;br&gt;&lt;br&gt;So far you can navigate to "newsgator:" and browse your folders and posts, but you can't read a post explicitly, nor can you mark one as read.  There's a bit of work to be done, so if you're interested in helping, let me know.&lt;br&gt;&lt;br&gt;Thanks!</description><pubDate>Fri, 18 Aug 2006 20:00:36 GMT</pubDate><dc:creator>aaronlerch</dc:creator></item><item><title>BUG: Inappropriate source element in posts</title><link>http://forum.newsgator.com/Topic38413-8-1.aspx</link><description>My last post was more of a gripe/feature request, but I'd call this post a bug report (albeit a minor bug).&lt;br&gt;&lt;br&gt;As of some time late this afternoon, every post is now being modified by adding a &amp;lt;source/&amp;gt; element even where it appears in its original feed. In addition, the values of the unnecessary &amp;lt;source/&amp;gt; element are not correct. The &amp;lt;source/&amp;gt; element, when used, should reference the FEED title and link to the FEED url, not the POST title and POST url.&lt;br&gt;&lt;br&gt;See: http://cyber.law.harvard.edu/rss/rss.html#ltsourcegtSubelementOfLtitemgt&lt;br&gt;&lt;br&gt;I don't think NewsGator should EVER add the &amp;lt;source/&amp;gt; element EXCEPT when a post has been clipped, in which case only the clippings RSS should contain the NewsGator-added &amp;lt;source/&amp;gt; element. Of course, posts that already contain a &amp;lt;source/&amp;gt; element when spidered by NG should not have that &amp;lt;source/&amp;gt; element modified.&lt;br&gt;</description><pubDate>Thu, 03 Apr 2008 17:54:37 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>clipposts</title><link>http://forum.newsgator.com/Topic38212-8-1.aspx</link><description>It would be nice if the clipposts (PostItem.aspx) endpoint could provide an error message when there's an error. I've been "clipping" posts that are failing (due to a change in the endpoint URL) for two months, but I had no way of knowing that my clippings were not clipped -- lost forever. :(&lt;br&gt;&lt;br&gt;The clip endpoints ought to at least provide HTTP responses. I've been getting HTTP 200 when "clipping" to the PostItem.aspx/clip_posts endpoint (which apparently was changes to PostItem.aspx/clipposts - no underscore).</description><pubDate>Thu, 27 Mar 2008 12:58:32 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>Non-commercial License Use of API - Logo Requirement</title><link>http://forum.newsgator.com/Topic37864-8-1.aspx</link><description>I'm planning on writing a feedreader in Linux that utilizes the NewsGator API. Since it will be free and open-source, I imagine this is a noncommercial use of the API. The requirements of the noncommercial API require that I prominently place a NewsGator logo in the parts of the interface that utilize the API. However, my application will be command-line based, and thus not have the ability to display images. What is the recommended method of adhering to the API license agreement in this case?</description><pubDate>Mon, 17 Mar 2008 09:26:14 GMT</pubDate><dc:creator>ardekantur</dc:creator></item><item><title>Suggestions needed to prevent login prompt from calling API by Flex</title><link>http://forum.newsgator.com/Topic36667-8-1.aspx</link><description>we are interested in using NewsGator API for our News service. I am doing some prototypings right now to use our frontend Flex actionscript to call the corresponding REST API. I have difficulties to get around with the Authentication prompt by wrapping user credentials in actionscript code. I tried HTTPService and URLRequest. Tried encoding vs non-encoding. So far none is working yet. Below is a section of code, please give me some suggestions. &lt;BR&gt;&lt;BR&gt;Thanks &lt;BR&gt;---------------------- &lt;BR&gt;var request:URLRequest = new URLRequest(&lt;A class=moz-txt-link-rfc2396E href="https://services.newsgator.com/ngws/svc/Subscription.aspx/ALocation/headlines"&gt;https://services.newsgator.com/ngws/svc/Subscription.aspx/ALocation/headlines&lt;/A&gt;); &lt;BR&gt;request.method = URLRequestMethod.POST; &lt;BR&gt;var encoder:Base64Encoder = new Base64Encoder(); &lt;BR&gt;var str:String = "username:password"; &lt;BR&gt;var size:uint = str.length; &lt;BR&gt;encoder.encode(str, 0, size-1); &lt;BR&gt;var base64EncodedCredentials:String = encoder.flush(); &lt;BR&gt;var header1:URLRequestHeader = new URLRequestHeader("X-NGAPIToken", "YOURTOKEN"); &lt;BR&gt;var header2:URLRequestHeader = new URLRequestHeader("Authorization", "Basic " + base64EncodedCredentials); &lt;BR&gt;request.requestHeaders = [header1, header2]; &lt;BR&gt;var loader:URLLoader = new URLLoader(); &lt;BR&gt;&lt;BR&gt;//listen for when the data loads &lt;BR&gt;loader.addEventListener(Event.COMPLETE, showHeadlineOnCreateComplete); &lt;BR&gt;loader.load(request); &lt;BR&gt;</description><pubDate>Wed, 06 Feb 2008 14:16:06 GMT</pubDate><dc:creator>guolong.li</dc:creator></item><item><title>Higher AppID Access Token?</title><link>http://forum.newsgator.com/Topic36126-8-1.aspx</link><description>I sent an email to support@newsgator.com and then got a response to make my requests here.  I need access to the REST clipping APIs.  I would like to be granted access to the clipping APIs.  Could you either give me another AppID or change the access for my key?&lt;br&gt;&lt;br&gt;I have tried using the 3 following url methods to get the list of clippings and none of them work with my AppID.&lt;br&gt;&lt;br&gt;        http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid={UserName}&lt;br&gt;          and&lt;br&gt;        http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid={UserName}&amp;limit=20&lt;br&gt;          and&lt;br&gt;        http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid={UserName}&amp;limit=20&amp;fld=MYC&lt;br&gt;&lt;br&gt;The documentation makes claims that you can use the POST APIs to add/delete clippings under the folder section without more access.  However, The ClippingRSS section makes no claims of needing more access to read them.  I'm assuming getting more access will allow our application to test/demo both features.  Is this correct?&lt;br&gt;&lt;br&gt;We are building demo news reader applications for AT&amp;T's IPTV platform.  I'm a principal member of technical staff in one of the R&amp;D groups.  These apps will be used for demo purposes at this level and not used at a commercial level at this time.  Do you know if there are a limited number of user accounts I can use with an App ID?  If so, please let me know how many I can have to demonstrate the integration of IPTV with newsgator.&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;Brian</description><pubDate>Mon, 28 Jan 2008 04:59:31 GMT</pubDate><dc:creator>MoviegoerMan</dc:creator></item><item><title>highlyviewedposts anonymous access? and feed retrieve anonymous access?</title><link>http://forum.newsgator.com/Topic34279-8-1.aspx</link><description>Hello.&lt;BR&gt;Is there any reason to restrict the access of &lt;A href="http://services.newsgator.com/ngws/svc/PostItem.aspx/highlyviewedposts"&gt;http://services.newsgator.com/ngws/svc/PostItem.aspx/highlyviewedposts&lt;/A&gt; using the user/pass?&lt;BR&gt;Can that method has anonymous access?&lt;BR&gt;I want to show the “highlyviewedposts” for “today” (is a feature of the web app I’m working on), can I show that to any users without asking them to log in? maybe I can use my own server and use my own credentials to get the REST call, and then show the results. Is that ok? (then if the user wants, for example, to mark a post as read, s/he will need to log in to NG)&lt;/P&gt;&lt;P&gt;And, is there any way to access the content of a feed without logging in? for example Google has the Feed API (I could use the Google API if the user is not logged in on Newsgator, but I would like to use a NG API if is possible), then when the user logs in I continue using the NG API.&lt;/P&gt;&lt;P&gt;Thanks!,&lt;BR&gt;Ariel&lt;BR&gt;</description><pubDate>Thu, 13 Dec 2007 09:11:58 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>How to get Latest update for a user</title><link>http://forum.newsgator.com/Topic34249-8-1.aspx</link><description>I want to get latest updates for a specific user, based on the feeds he is subscribed too, the API allows to get latest updates for a specific feed what I want is to get the last 10 updates to all the contents the user is subscribed too. Any suggestion as to how to go about it?</description><pubDate>Wed, 12 Dec 2007 04:37:30 GMT</pubDate><dc:creator>imranaziz</dc:creator></item><item><title>Automatic login on an AD integrated Newsgator Enterpise setup</title><link>http://forum.newsgator.com/Topic34114-8-1.aspx</link><description>Hello All,&lt;/P&gt;&lt;P&gt;I have an AD integrated Newsgator enterpise install, it works fine, however what we want is that registered users be automatically logged in to the system without having to provide login details in a form, i.e. if the user is already logged into windows domain, they do not have to provide login details again on Newsgator. Is there a way to configure Newsgator to work like that ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran.</description><pubDate>Thu, 06 Dec 2007 08:40:02 GMT</pubDate><dc:creator>imranaziz</dc:creator></item><item><title>Method Implementation missing for the Newsgator Enterpise Server</title><link>http://forum.newsgator.com/Topic34112-8-1.aspx</link><description>I came across methods missing issue with the SOAP API of newsgator, it seems that few methods although listed in the NewsGator Enterprise documentation are not accessible using the web services client. &lt;BR&gt; &lt;BR&gt;I generated the webservice reference using Visual Studio and it seems that although the missing methods are generated in the reference file but are not accessible somehow, I think the way they are implemented do not allow them to be exposed or something. &lt;BR&gt; &lt;BR&gt;The methods in question are TagPost(postID, tag) , MarkPostRead etc in the PostItem WebService, I have noticed in the online docs that these methods do not exist in the Newsgator online setup &lt;BR&gt; &lt;BR&gt;&lt;A href="http://www.newsgator.com/ngs/api/Post.aspx"&gt;http://www.newsgator.com/ngs/api/Post.aspx&lt;/A&gt;&lt;BR&gt; &lt;BR&gt;Is there a way that I can utilize these webservice methods ? I am using  NewsGator Enterprise Server 2.2.0.250&lt;BR&gt; &lt;BR&gt;Thanks a lot.&lt;BR&gt;Imran</description><pubDate>Thu, 06 Dec 2007 08:01:54 GMT</pubDate><dc:creator>imranaziz</dc:creator></item><item><title>REST API setting read state</title><link>http://forum.newsgator.com/Topic31463-8-1.aspx</link><description>Hello,  I'm having some difficulty in setting the read state of an item using the REST API.  I'm issuing:&lt;br&gt;&lt;br&gt;curl http://services.newsgator.com/ngws/svc/PostItem.aspx?loc=Egress&amp;r=3532702849 --user &lt;my username&gt;:&lt;my password&gt; --header "X-NGAPIToken: &lt;my api key&gt;" --request POST&lt;br&gt;&lt;br&gt;and I receive a 401.2 Access Denied.  Is there something obvious that I'm doing wrong?  Any help would be appreciated.  Thanks.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 21 Sep 2007 08:17:15 GMT</pubDate><dc:creator>GarishKernels</dc:creator></item><item><title>Verify email sent</title><link>http://forum.newsgator.com/Topic32426-8-1.aspx</link><description>&lt;FONT face=Calibri color=#000000 size=3&gt;Hello. I sent an email to Darryl, +/- 40 days ago, about the API, I just want to know if he received it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Ariel&lt;BR&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;&lt;/FONT&gt; </description><pubDate>Tue, 23 Oct 2007 10:14:59 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>REST API - Question re: response to call to PostItem.aspx</title><link>http://forum.newsgator.com/Topic29900-8-1.aspx</link><description>Following up on my [url=http://forum.newsgator.com/Topic29865-8-1.aspx]previous post[/url], I see that each call to PostItem.aspx to submit post states results in a reponse with "the current state of all posts in any feed where read state has changed since the last sync."&lt;br&gt;&lt;br&gt;This means that for every call, I receive a response of over 700kB, which takes anywhere from 1.5 to 4.5 seconds. That's a lot of bandwidth and time for a call that happens so frequently (in my case, to mark a post or group of posts as read).&lt;br&gt;&lt;br&gt;I am not currently using any of the information in this response, so I'd love it if you could add a flag that would allow me to specify that I want the server to limit the response body to a simple "OK" or error, something like:&lt;br&gt;&lt;br&gt;[quote]Request Format: application/x-www-form-urlencoded&lt;br&gt;[code]"loc=&amp;lt;locationName&amp;gt;&amp;r=&amp;lt;postId&amp;gt;&amp;u=&amp;lt;postId&amp;gt;&amp;d=&amp;lt;postId&amp;gt;&amp;q=&amp;lt;0|1&amp;gt;"[/code]&lt;br&gt;          o loc – specify the location name to submit the read state changes (OPTIONAL)&lt;br&gt;          o r – mark a post read (can be specified multiple times)&lt;br&gt;          o u – mark a post uread (can be specified multiple times)&lt;br&gt;          o d - mark a post deleted (can be specified multiple times)&lt;br&gt;          o q - specify 1 to request a "quiet" reponse from the server (i.e., omit the current state of all posts since the last sync)[/quote]&lt;br&gt;&lt;br&gt;Also, the draft of the new REST API documentation I have implies that this list of current posts should be limited to those that have changed since the last sync. However, I don't see how I can indicate when that happened. Should I add the last sync token from the location's OPML?&lt;br&gt;&lt;br&gt;Thanks, all.</description><pubDate>Sun, 15 Jul 2007 14:31:56 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>GetSubscriptionCounts only with unread # &amp;gt; 0 ?</title><link>http://forum.newsgator.com/Topic30937-8-1.aspx</link><description>Hello. It seems that WS/SOAP /GetSubscriptionCounts returns only those feeds that have unread posts greater than cero. Is that by design?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 31 Aug 2007 14:02:46 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>GZIP Support</title><link>http://forum.newsgator.com/Topic30930-8-1.aspx</link><description>Is it possible to add support for compression (GZIP) to the API ( .asmx and .aspx )?&lt;BR&gt;The results, for example calling to services.NG.com/.../GetSubscriptionList, can be more than 300KB :(&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.NG.com"&gt;www.NG.com&lt;/A&gt; API seems to support gzip. but I can't make it works on services.NG.com.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 31 Aug 2007 11:02:37 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>REST API Broken?</title><link>http://forum.newsgator.com/Topic30921-8-1.aspx</link><description>I haven't changed my code for a while. Sometime within the past two days, I noticed that post read state didn't seem to propagating across locations. That may have been a quirk, however.&lt;br&gt;&lt;br&gt;More importantly, I am now getting 403 errors when I try to mark posts as read or post new clip items. Maybe other functions, too -- not sure.&lt;br&gt;&lt;br&gt;Using REST API. Let me know if I can help track this down.&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;</description><pubDate>Thu, 30 Aug 2007 21:14:05 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>SOAP and REST API Documentation Updates (updated 11/01/07)</title><link>http://forum.newsgator.com/Topic30879-8-1.aspx</link><description>&lt;STRONG&gt;&lt;FONT color=#111111 size=3&gt;REST API Documentation Updates:&lt;/FONT&gt;&lt;/STRONG&gt; &lt;P&gt;&lt;A href="http://www.newsgator.com/ngs/api/NewsGatorRESTAPI.pdf"&gt;http://www.newsgator.com/ngs/api/NewsGatorRESTAPI.pdf&lt;/A&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Updated: 02/08/08 &lt;/LI&gt;&lt;LI&gt;Version: 1.5 &lt;/LI&gt;&lt;LI&gt;See below for changes: &lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;P&gt;&lt;STRONG&gt;PostItem.aspx&lt;/STRONG&gt; - Added sections on how to call clip and unclip posts API endpoints.   To retrieve clippings, you will want to call Folder.aspx/clipcontents endpoint.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P dir=ltr&gt;&lt;STRONG&gt;&lt;FONT color=#111111 size=3&gt;SOAP API Documentation Updates:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir=ltr&gt;&lt;A href="http://www.newsgator.com/ngs/api/default.aspx"&gt;http://www.newsgator.com/ngs/api/default.aspx&lt;/A&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI dir=ltr&gt;We are currently researching a couple of different solutions for presenting the SOAP and REST API documentation for everyone. We are updating the SOAP documentation, but it will not be available until we implement a permanent home for the documentation. Until then, continue to reference the SOAP documentation from the link specified above.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please refer to this post for future documentation updates.</description><pubDate>Thu, 30 Aug 2007 11:34:41 GMT</pubDate><dc:creator>Jonathon McDougall</dc:creator></item><item><title>New REST API Question</title><link>http://forum.newsgator.com/Topic30648-8-1.aspx</link><description>Hello. Congratulations for the new REST API version!!&lt;/P&gt;&lt;P&gt;Is it possible to use in the new API methods like /Folder.asmx/GetUsersFolderList&lt;STRONG&gt;Incrementally&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;Can we use the REST API that is in &lt;A href="http://www.newsgator.com/ngs/subscriber/services/"&gt;www.newsgator.com/ngs/subscriber/services/&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;And is there any way to make the //services.newsgator.com services to return JSON results? I tried with &amp;amp;fmt=json but didn't work.&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR&gt;</description><pubDate>Sun, 19 Aug 2007 18:06:27 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>REST API - cannot mark posts as read</title><link>http://forum.newsgator.com/Topic29865-8-1.aspx</link><description>I have not changed my code, which used to work, but I now cannot update the state of individual posts.&lt;br&gt;&lt;br&gt;I am calling the following REST endpoint:&lt;br&gt;[code]http://services.newsgator.com/ngws/svc/PostItem.aspx[/code]&lt;br&gt;&lt;br&gt;With the postdata in the following format:&lt;br&gt;[code]loc=Location%20Name&amp;r=postID[/code]&lt;br&gt;&lt;br&gt;The reponse I get is "AccessForbidden" with HTTP code 403, but I am passing the correct credentials, including my API token.&lt;br&gt;&lt;br&gt;Bug or API change?&lt;br&gt;</description><pubDate>Fri, 13 Jul 2007 09:56:18 GMT</pubDate><dc:creator>Dan MacTough</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><item><title>getting exception while using WSDL2JAVA</title><link>http://forum.newsgator.com/Topic27247-8-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;While trying to generate the stubs using the WSDL2JAVA, i am getting the following excepiton.&lt;/P&gt;&lt;P&gt;java.lang.NoSuchMethodError&lt;BR&gt;        at com.ibm.wsdl.util.xml.QNameUtils.newQName(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.util.xml.QNameUtils.matches(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)&lt;BR&gt;        at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)&lt;BR&gt;        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav&lt;BR&gt;a:516)&lt;BR&gt;        at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav&lt;BR&gt;a:495)&lt;BR&gt;        at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)&lt;BR&gt;        at java.lang.Thread.run(Unknown Source)&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.</description><pubDate>Mon, 07 May 2007 22:25:36 GMT</pubDate><dc:creator>blewstream</dc:creator></item><item><title>API - Paged results</title><link>http://forum.newsgator.com/Topic25186-8-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Hello. It will be really good if we could ask, using the API, “pages” of results. At this moment we can ask for posts inside a feed, and the max results count. But there is no way to specify from which post to start.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;And I need a way to merge results inside folders (to get all posts from a folder), at this moment I’m using a proxy (in my server) to do the extra work I need, but I will end using more bandwidth (2x) than Newsgator, so at the end there is no reason to use NG API. Is there any way to get this functionality from NG?&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri color=#000000 size=3&gt;Thanks!&lt;BR&gt;&lt;/FONT&gt;</description><pubDate>Sun, 11 Mar 2007 19:05:32 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>Support - API - emails</title><link>http://forum.newsgator.com/Topic24914-8-1.aspx</link><description>Hello. Which is the best email I should send questions about the NG API?&lt;/P&gt;&lt;P&gt;I sent some emails last 2-3 weeks (to support at newsgator dot com), just want to know if they were received.&lt;/P&gt;&lt;P&gt;All emails were responses to the email with subject "Re:(Case 82574) ..."&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Wed, 28 Feb 2007 16:32:19 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>wsdl2java and axis apis generated xml problem</title><link>http://forum.newsgator.com/Topic23717-8-1.aspx</link><description>Hi friends&lt;br&gt;i am using axis 2 and wsdl2java tool , to invoke a weservice, wsdl2java generates java classes stubs for me , but when i give call to the specified webservice method with proper parameters it throws an exception from generated xml, stack trace is given below, so any buddy have any idea abt it or to see the generated xml by apache axis APIs.&lt;br&gt;&lt;br&gt;AxisFault&lt;br&gt;faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client&lt;br&gt;faultSubcode:&lt;br&gt;faultString: Server was unable to read request. --&gt; There is an error in XML document (14, 30). --&gt; Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).&lt;br&gt;faultActor:&lt;br&gt;faultNode:&lt;br&gt;faultDetail:&lt;br&gt;{http://xml.apache.org/axis/}stackTrace: AxisFault&lt;br&gt;faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client&lt;br&gt;faultSubcode:&lt;br&gt;faultString: Server was unable to read request. --&amp;gt; There is an error in XML document (14, 30). --&amp;gt; Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).&lt;br&gt;faultActor:&lt;br&gt;faultNode:&lt;br&gt;faultDetail:&lt;br&gt;&lt;br&gt;Server was unable to read request. --&gt; There is an error in XML document (14, 30). --&gt; Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).&lt;br&gt;at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)&lt;br&gt;at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168)&lt;br&gt;at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1001)&lt;br&gt;at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)&lt;br&gt;at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)&lt;br&gt;at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)&lt;br&gt;at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)&lt;br&gt;at org.apache.axis.client.Call.invokeEngine(Call.java:2545)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2515)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2210)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2133)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:1656)&lt;br&gt;at com.microsoft.www.EnterpriseManagement.Mom.Connector.V2.ConnectorServiceV2SoapStub.insertAlerts(ConnectorServiceV2SoapStub.java:1044)&lt;br&gt;at com.oidev.bridgegate.mom.ClientService.getInsertAlerts(ClientService.java:120)&lt;br&gt;at com.oidev.bridgegate.mom.ClientService.main(ClientService.java:56)&lt;br&gt;&lt;br&gt;&lt;br&gt;Server was unable to read request. --&gt; There is an error in XML document (14, 30). --&gt; Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).&lt;br&gt;at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)&lt;br&gt;at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168)&lt;br&gt;at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1001)&lt;br&gt;at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)&lt;br&gt;at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)&lt;br&gt;at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)&lt;br&gt;at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)&lt;br&gt;at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)&lt;br&gt;at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)&lt;br&gt;at org.apache.axis.client.Call.invokeEngine(Call.java:2545)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2515)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2210)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:2133)&lt;br&gt;at org.apache.axis.client.Call.invoke(Call.java:1656)&lt;br&gt;at com.microsoft.www.EnterpriseManagement.Mom.Connector.V2.ConnectorServiceV2SoapStub.insertAlerts(ConnectorServiceV2SoapStub.java:1044)&lt;br&gt;at com.oidev.bridgegate.mom.ClientService.getInsertAlerts(ClientService.java:120)&lt;br&gt;at com.oidev.bridgegate.mom.ClientService.main(ClientService.java:56)&lt;br&gt;&lt;br&gt;i am using the following jars in my class path :-&lt;br&gt;1)activation-1.1.jar&lt;br&gt;2)axis-ant.jar&lt;br&gt;3)commons-discovery-0.4.jar&lt;br&gt;4)commons-logging-1.1.jar&lt;br&gt;5)log4j-1.2.4.jar&lt;br&gt;6)saaj.jar&lt;br&gt;7)xercesImpl-2.8.1.jar&lt;br&gt;8)xml-apis-1.3.03.jar&lt;br&gt;&lt;br&gt;basically i am giving call to a .net webservice from a java implementation classes..&lt;br&gt;any suggestion will greatly appritiated&lt;br&gt;regards&lt;br&gt;subhash chander&lt;br&gt;email:;- subhash.chander@daffodildb.com:)</description><pubDate>Tue, 19 Dec 2006 04:54:10 GMT</pubDate><dc:creator>subhsah</dc:creator></item><item><title>More metadata</title><link>http://forum.newsgator.com/Topic24399-8-1.aspx</link><description>Hello. &lt;/P&gt;&lt;P&gt;* is there any way to add my own metadata to an specific post?&lt;/P&gt;&lt;P&gt;* can I add metadata to Folders? (for example, I want to save the state of each folder (open or close)&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Thu, 25 Jan 2007 12:57:02 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>FindFeeds Service</title><link>http://forum.newsgator.com/Topic24402-8-1.aspx</link><description>Can I use the webservice:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.newsgator.com/services/FindFeeds.asmx"&gt;http://www.newsgator.com/services/FindFeeds.asmx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;which other services are available?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ariel</description><pubDate>Thu, 25 Jan 2007 13:33:14 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>NG API - Get Folder Content</title><link>http://forum.newsgator.com/Topic24219-8-1.aspx</link><description>Hello&lt;/P&gt;&lt;P&gt;How can I get all posts that are inside a Folder?&lt;/P&gt;&lt;P&gt;for example I have:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;lt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT color=#990000&gt;&lt;SPAN class=t&gt;outline&lt;/SPAN&gt;&lt;SPAN class=t&gt; title&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;zzz&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; text&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;zzz&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;111&lt;/B&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN class=m&gt;"&lt;/SPAN&gt;&lt;SPAN class=m&gt;&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN class=m&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class=b&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color=#ff0000&gt; &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;lt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;outline&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;title&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; text&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="222&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; type&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;rss&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; xmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; htmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:syncXmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:unreadCount&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;15&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:folderId&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;12313&lt;/B&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN class=m&gt;"&lt;/SPAN&gt;&lt;SPAN class=m&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;DIV style="DISPLAY: block"&gt;&lt;DIV class=e&gt;&lt;DIV style="MARGIN-LEFT: 1em; TEXT-INDENT: -2em"&gt;&lt;SPAN class=b&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" color=#ff0000&gt; &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;lt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;outline&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;title&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; text&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="333&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; type&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;rss&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; xmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; htmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:syncXmlUrl&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;...&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:unreadCount&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;7&lt;/B&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt; ng:folderId&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;="&lt;/FONT&gt;&lt;/SPAN&gt;&lt;B&gt;54353&lt;/B&gt;&lt;FONT color=#0000ff&gt;&lt;SPAN class=m&gt;"&lt;/SPAN&gt;&lt;SPAN class=m&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;lt;/&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=t&gt;&lt;FONT color=#990000&gt;outline&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;&lt;FONT color=#0000ff&gt;&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;if I use GetNews(222) it works, because 222 is a feed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;but if I use GetNews(111) it doesn't work&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;&lt;/SPAN&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=m&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description><pubDate>Thu, 18 Jan 2007 02:18:55 GMT</pubDate><dc:creator>Ariel</dc:creator></item><item><title>Issue in Using .Net WebService of MOM</title><link>http://forum.newsgator.com/Topic23829-8-1.aspx</link><description>Hello friends:)&lt;br&gt;i have completed with a my work, using MOM(Microsoft Operation Manager) WebServices using java and WSDL2JAVA  API &lt;br&gt;and my this  connector is successfully Registered and initialized  , and now when I am inserting new  alerts to MOM using InsertAlert() method which works successfully and return success  but just then when i try to get the new Alerts using getData() method returns nothing in resultset ???&lt;br&gt;Now The Major Doubts for  Query ::-&lt;br&gt;&lt;br&gt;1) Is it necessary to register any connector with Window registry at the time of Register in MOM with setup() method as per c# /.net  example in sdk documentation&lt;br&gt;&lt;br&gt;2) I have setted  a specific  Ruleid with the alert going to insert , so now how should i associate it with MOM to see this alert there ?&lt;br&gt;&lt;br&gt;so now where i am going wrong with my implementation , any suggestion will greatly appriciated&lt;br&gt;&lt;br&gt;subhash chander&lt;br&gt;</description><pubDate>Wed, 27 Dec 2006 01:34:40 GMT</pubDate><dc:creator>subhsah</dc:creator></item><item><title>Working with Folder.aspx and Clippings via REST API</title><link>http://forum.newsgator.com/Topic23380-8-1.aspx</link><description>I've reviewed the REST API documentation, and there does not appear to be any discussion of either the Folders endpoint or any of the Clippings functions.&lt;br&gt;&lt;br&gt;Can I use REST to access the analog of the SOAP endpoint [url]http://services.newsgator.com/ngws/svc/Folder.asmx?op=GetClippingsFolderContents[/url]?&lt;br&gt;&lt;br&gt;Can I use REST to add a post to one of my Clippings folders?&lt;br&gt;&lt;br&gt;How?&lt;br&gt;&lt;br&gt;Thanks.</description><pubDate>Thu, 30 Nov 2006 21:27:02 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>download and browse all feeds and posts</title><link>http://forum.newsgator.com/Topic20853-8-1.aspx</link><description>I constantly have the problem that I try to find a feed entry that I have read once. As far as I understand it newsgator does not provide me with a built in facility to perform this task, wich is kind of a shame because I would consider this to be a useful and commonly needed feature. It would be really cool if it would be possible to constrain newsgator search to feeds that I am subscribed to. (Featurerequest). The only current solution I see right now is to download all my old feeds to my local machine and then browse them there. I was told that this is possible only with the newsgator API, wich brings me to my actual questions:&lt;br&gt;&lt;br&gt;How do I download all feeds I am subscribed to and ALL of its entries ever "recorded" since I am subscribed to that feed?&lt;br&gt;&lt;br&gt;What is the best approacht to perform a fulltext search on those downloaded feeds?</description><pubDate>Sun, 10 Sep 2006 02:23:49 GMT</pubDate><dc:creator>bitbonk</dc:creator></item><item><title>Adventures with Axis and NewsGator API</title><link>http://forum.newsgator.com/Topic13162-8-1.aspx</link><description>Seems like most people here have been using .Net to access the NG API. I am looking to create a java-based application, and thought I would post my findings here so someone else won't struggle like I have.&lt;br&gt;&lt;br&gt;So far, I have a standalone java application that reads my list of locations - I know, baby steps...&lt;br&gt;&lt;br&gt;I used Axis' wsdl2java to create the web service client classes, then wrote a simple class that in turn calls them.&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 14 Feb 2006 09:48:03 GMT</pubDate><dc:creator>johnnyscouser</dc:creator></item><item><title>Problem with REST API</title><link>http://forum.newsgator.com/Topic18063-8-1.aspx</link><description>Hi&lt;br&gt;&lt;br&gt;I've been coding a simple javascript wrapper around the REST api, and for the most part seems really easy to use and well-developed.  However, I can't get the Subscription.aspx/&lt;location name&gt; call to work - I keep getting a 304 (Not modified) response, this would make sense if I was sending a sync token, but I'm not (and don't have one to send).  Retrieving the global subscription list, and subscription counts work perfectly.&lt;br&gt;&lt;br&gt;TIA,&lt;br&gt;&lt;br&gt;Gareth</description><pubDate>Sat, 13 May 2006 18:55:40 GMT</pubDate><dc:creator>gingerhendrix</dc:creator></item><item><title>My Clippings Basics</title><link>http://forum.newsgator.com/Topic19159-8-1.aspx</link><description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I would like to begin using My Clippings to post my own stuff.  I haven't cracked the basics of adding files to the My Clippings store.  Do I need something beyond NewsGator Online?  Thanks for answering a newbie.&lt;/P&gt;</description><pubDate>Tue, 20 Jun 2006 08:56:12 GMT</pubDate><dc:creator>mikebailey</dc:creator></item><item><title>GetPostID</title><link>http://forum.newsgator.com/Topic10592-8-1.aspx</link><description>The GetPostID function refuses to work for me, the form you provide http://services.newsgator.com/ngws/svc/PostItem.asmx?op=GetPostId gives me an error and I experience the same error using my own form with the dev token and url fields in place...&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;Value cannot be null.&lt;br&gt;Parameter name: Developer Token Not Specified&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;which is something every API function is returning hence the massive problems people are experiencing. </description><pubDate>Wed, 28 Dec 2005 06:49:52 GMT</pubDate><dc:creator>Arvind</dc:creator></item><item><title>License questions</title><link>http://forum.newsgator.com/Topic17729-8-1.aspx</link><description>This is an email I sent a few days ago to support@newsgator.com but went unanswered. I'm hoping someone here can answer my questions?&lt;br&gt;&lt;br&gt;Hello NewsGator team,&lt;br&gt;&lt;br&gt;I'm currently developing a non-commercial application using your NewsGator API, and I have some questions about the API License Agreement. FYI, the application is a tray icon kinda like GMail Notifier that checks the newsfeeds from a NewsGator online subscription and shows a popup with the new unread feeds in it. So, here are my questions:&lt;br&gt;&lt;br&gt;   1. Could you explain a bit what is meant in article 1.3 License and Service Agreement? Does this mean I have to present the users of my application a license that they have to agree to?&lt;br&gt;   2. Does article 1.6 also apply to non-commercial software? So when my little application is finished, I should first send it to NewsGator for approval before publishing any binaries?&lt;br&gt;   3. Article 2.3 says to prominently display NewsGator's logo in a non-commercial application. So is there a place somewhere where graphical files of the NewsGator logo can be found?&lt;br&gt;   4. I couldn't find anything about this in the license agreement, but is there a limit to how many times a day/hour/... an instance of a NewsGator client can poll the service? (Eg the minimum setting of polling in my tray icon is every 30minutes)&lt;br&gt;&lt;br&gt;Kind regards and thanks for the wonderful service,&lt;br&gt;Nico</description><pubDate>Sun, 07 May 2006 14:44:37 GMT</pubDate><dc:creator>dfuse</dc:creator></item><item><title>Problem with FeedDemon's processing of Atom feeds?</title><link>http://forum.newsgator.com/Topic16932-8-1.aspx</link><description>I assume this is the place to post bugs as I can't seem to locate a bug db of any sort...&lt;br&gt;&lt;br&gt;In response to a post regarding ASP.NET-based sample code for the latest release of Saxon (8.7.1) &lt;a target=_blank href="http://www.oreillynet.com/xml/blog/2006/04/update_hello_saxon_on_net_an_a.html#comment-25315"&gt;Steven Black writes&lt;/a&gt;&lt;br&gt;&lt;br&gt;&gt;&gt; Are you aware that those of us who read your blog in an aggregator such &gt;&gt; as FeedDemon see all the HTML markup? Makes it very hard to read, and &gt;&gt; hard to judge whether a particular post is worth leaving the aggregator &gt;&gt; for a closer look.&lt;br&gt;&lt;br&gt;Please see the above link for the follow-up responses.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;br&gt;Update: It occured to me that this may not be a problem with Atom, and instead RSS 2.0.  Please see my recent &lt;a target=_blank href="http://www.oreillynet.com/xml/blog/2006/04/update_hello_saxon_on_net_an_a.html#comment-25991"&gt;follow-up response&lt;/a&gt; for more detail.&lt;br&gt;</description><pubDate>Thu, 20 Apr 2006 18:51:08 GMT</pubDate><dc:creator>xmlhacker</dc:creator></item><item><title>Rest doc?</title><link>http://forum.newsgator.com/Topic8170-8-1.aspx</link><description>I see plenty of soap doc, is there some rest doc also?</description><pubDate>Tue, 13 Sep 2005 22:50:46 GMT</pubDate><dc:creator>Jason</dc:creator></item><item><title>How to retrieve older posts</title><link>http://forum.newsgator.com/Topic13978-8-1.aspx</link><description>I've been looking at the API, but I can't see a way to get older posts from a feed. The ones not in the current feed anymore, but in the 'archive'. Similiar to "view older articles" in NG Online. Is this possible with the API?</description><pubDate>Mon, 27 Feb 2006 11:13:57 GMT</pubDate><dc:creator>Yeep</dc:creator></item></channel></rss>