﻿<?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, 25 Nov 2009 02:20:20 GMT</lastBuildDate><ttl>20</ttl><item><title>NewsGator API Changes</title><link>http://forum.newsgator.com/Topic50901-8-1.aspx</link><description>Please note that though it's not mentioned in the official FAQ - http://www.newsgator.com/productinfo/consumerinfo.aspx - as of August 31st 2009 the NewsGator API will only be available to paying customers.&lt;br&gt;</description><pubDate>Mon, 10 Aug 2009 09:58:58 GMT</pubDate><dc:creator>Nick Harris</dc:creator></item><item><title>NGImpersonate &amp; GetFolders OPML</title><link>http://forum.newsgator.com/Topic45020-8-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;I have a couple of questions. First, what is NGImpersonate used for, and when should I use it? I tried adding it as a header with the username of the user I had already done basic authentication with, and I received an AccessDenied error.&lt;br&gt;&lt;br&gt;Next, in the GetFolders description it says it returns:&lt;br&gt;The result of this call is an OPML document with NewsGator extensions.&lt;br&gt;&lt;br&gt;However, in the example in the soap endpoint link, there's a completely different looking response:&lt;br&gt;http://services.newsgator.com/ngws/svc/Folder.asmx?op=GetFolders&lt;br&gt;&lt;br&gt;When I use the GetFolders call, I get back an OPML document instead of the what is shown in the example response. Which is correct?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Tom&lt;br&gt;</description><pubDate>Mon, 22 Dec 2008 18:31:19 GMT</pubDate><dc:creator>thewood80</dc:creator></item><item><title>Funny feature (or tremendous bug?) in FeedWebService.MarkRead :)</title><link>http://forum.newsgator.com/Topic50628-8-1.aspx</link><description>Hi! &lt;br&gt;&lt;br&gt;I developed the application for download articles and podcast, using NewsGator API. But it seems to me, that MarkRead method works strange. &lt;br&gt;&lt;br&gt;When I call it for feed that is unread, it works well. &lt;br&gt;But when I call it for feed that is already read, it became unread! &lt;br&gt;In both cases, I pass "true" to the "read" parameter.&lt;br&gt;&lt;br&gt;Is there any sense in such a behaviour? &lt;br&gt;</description><pubDate>Tue, 04 Aug 2009 07:59:29 GMT</pubDate><dc:creator>VasiliyPalyanov</dc:creator></item><item><title>Java + Soap</title><link>http://forum.newsgator.com/Topic43783-8-1.aspx</link><description>Hello.&lt;br&gt;&lt;br&gt;I'm very new to webservices programming and i've just started to play with your SOAP api.&lt;br&gt;&lt;br&gt;I found on this forum the following simple piece of code for retrieving the locations list of a user:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;LocationWebServiceLocator locator = new LocationWebServiceLocator();&lt;br&gt;try{&lt;br&gt;	&lt;br&gt;LocationWebServiceSoapStub service = (LocationWebServiceSoapStub) locator.getLocationWebServiceSoap();&lt;br&gt;service.setUsername("***");&lt;br&gt;service.setPassword("***");&lt;br&gt;SOAPHeaderElement NGToken = new SOAPHeaderElement(new PrefixedQName("http://services.newsgator.com/svc/Location.asmx", "NGAPIToken", ""));&lt;br&gt;MessageElement Token = new MessageElement("","Token");&lt;br&gt;			&lt;br&gt;try {&lt;br&gt;	Token.setObjectValue("****");&lt;br&gt;	NGToken.addChild(Token);&lt;br&gt;}&lt;br&gt;catch (java.lang.Throwable t) &lt;br&gt;{&lt;br&gt;	throw new org.apache.axis.AxisFault ("Caught exception, while adding Token header.", t);&lt;br&gt;}&lt;br&gt;&lt;br&gt;service.setHeader(NGToken);&lt;br&gt;&lt;br&gt;Location[] myLocs = service.getLocations();&lt;br&gt;for (int i=0; i&lt;myLocs.length; i++)&lt;br&gt;	{&lt;br&gt;		System.out.println((String)myLocs[i].getName() + ": " + (int)myLocs[i].getId());&lt;br&gt;	}&lt;br&gt;			&lt;br&gt;}&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Running this i get an error regarding the api product key:&lt;br&gt;[code]&lt;br&gt;AxisFault&lt;br&gt; faultCode: {http://www.w3.org/2003/05/soap-envelope}Sender&lt;br&gt; faultSubcode: &lt;br&gt; faultString: Value cannot be null.&lt;br&gt;Parameter name: API Product Key Not Specified&lt;br&gt; faultActor: &lt;br&gt; faultNode: &lt;br&gt; faultDetail: &lt;br&gt;	{http://xml.apache.org/axis/}stackTrace:Value cannot be null.&lt;br&gt;Parameter name: API Product Key Not Specified&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Does anybody have an idea of what's wrong??&lt;br&gt;&lt;br&gt;Thanks.</description><pubDate>Sun, 26 Oct 2008 07:09:06 GMT</pubDate><dc:creator>swanz</dc:creator></item><item><title>REQUEST: Please pass through all original feed elements</title><link>http://forum.newsgator.com/Topic46135-8-1.aspx</link><description>Please pass through ALL non-standard elements that RSS publishers add to their feeds.&lt;br&gt;&lt;br&gt;Specific request: The New York Times has started using Pheedo on some of their feeds (for example, feed id 20973), but the pheedo:origLink element that is in the source feed is not in the NG API version of that feed.&lt;br&gt;&lt;br&gt;In contrast, The Wall Street Journal uses FeedBurner (for example, feed id 434090), and the feedburner:origLink element is there in the NG API version of the feed. That's what I want to have happen with Pheedo.&lt;br&gt;&lt;br&gt;It would be even better if you just passed through ALL of the elements that feed publishers may add. That way, as new extensions get implemented or changed they're automatically in the NG API version of any feed that uses them.</description><pubDate>Sat, 21 Feb 2009 22:01:57 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>Feed Data Loss Via API</title><link>http://forum.newsgator.com/Topic44644-8-1.aspx</link><description>I just noticed that [url=http://www.nytimes.com/services/xml/rss/nyt/Opinion.xml]this feed[/url] (NewsGator feed id: 20976) has some items (not all) that contain dc:creator data. However, that data is not passed along in the API version of the feed. See e.g., post id 6511940904.&lt;br&gt;&lt;br&gt;Can you pass all Dublin Core elements through so we can use them? I see you do that with Media RSS, and I seem to recall seeing iTunes elements, as well.&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;</description><pubDate>Mon, 01 Dec 2008 10:09:58 GMT</pubDate><dc:creator>Dan MacTough</dc:creator></item><item><title>Sync tokens with rest api headlines endpoint?</title><link>http://forum.newsgator.com/Topic44228-8-1.aspx</link><description>Do the sync tokens work with the "river of news" headlines endpoint in the REST API? I'm retaining the &amp;lt;ng:token&amp;gt; that my first request gives me, but when I make a request after that to&lt;br&gt;&lt;br&gt;/ngws/svc/Subscription.aspx/&amp;lt;locationname&amp;gt;/headlines?token=&amp;lt;token&amp;gt;&lt;br&gt;&lt;br&gt;the response never has any items in it. If I drop the token parameter, new items are returned (along with any old items that have not been marked read). I guess I don't understand what the sync token is doing here, or maybe it's not supposed to be doing anything, but what I would like is a list of items that are newer than my sync token.&lt;br&gt;&lt;br&gt;Thanks for any help!&lt;br&gt;&lt;br&gt;Nathan</description><pubDate>Wed, 12 Nov 2008 13:13:59 GMT</pubDate><dc:creator>n8han</dc:creator></item><item><title>Setting FlagState</title><link>http://forum.newsgator.com/Topic41997-8-1.aspx</link><description>Is there any proper way to interact with (get/set) a post's flagState using the REST API? If so, can arbitrary flags be set?</description><pubDate>Mon, 04 Aug 2008 12:11:17 GMT</pubDate><dc:creator>vigilsolace</dc:creator></item><item><title>tag in Feed.aspx output</title><link>http://forum.newsgator.com/Topic43066-8-1.aspx</link><description>In the output of Feed.aspx, the &amp;lt;image&gt; element is populated with &amp;lt;link&gt; and &amp;lt;title&gt; but the &amp;lt;url&gt; element (which contains the url of the image) is empty.  Would it be possible to have the &amp;lt;url&gt; element populated with the value from the source feed so a client can display the feed's icon?</description><pubDate>Thu, 18 Sep 2008 11:30:11 GMT</pubDate><dc:creator>gweakliem</dc:creator></item><item><title>Can you undelete a post?</title><link>http://forum.newsgator.com/Topic41379-8-1.aspx</link><description>Is there any way to bring back a deleted post using the REST API? I'm assuming this has something to do with setting the flagged state, although it doesn't seem like there is support for this right now.</description><pubDate>Thu, 17 Jul 2008 18:20:06 GMT</pubDate><dc:creator>vigilsolace</dc:creator></item><item><title>Adding/moving subscriptions to/between folders</title><link>http://forum.newsgator.com/Topic42101-8-1.aspx</link><description>How can I specify the folder a new subscription belongs to using the REST API? Right now new subscriptions always default to ng:folderId="0". Also how do I move a subscription from one folder to another?</description><pubDate>Wed, 06 Aug 2008 13:06:47 GMT</pubDate><dc:creator>vigilsolace</dc:creator></item><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>Newsgator sync as binary plugin</title><link>http://forum.newsgator.com/Topic41716-8-1.aspx</link><description>I've studied the terms and conditions listed in Newsgators API license.&lt;br&gt;As a result I have some small questions to ask:&lt;br&gt;&lt;br&gt;Would It be legal to develop and publish a (non-commercial) binary plug in for an open-source reader?&lt;br&gt;The reader in question is [url=http://liferea.sf.net]liferea[/url] which provides support for external scripting&lt;br&gt;and execution of binary scripts.&lt;br&gt;&lt;br&gt;It would be possible to display the required license and copyright&lt;br&gt;notes as pop ups and integrate&lt;br&gt;a hint containing the newsgator logo and other information along with&lt;br&gt;each displayed news item.</description><pubDate>Sun, 27 Jul 2008 13:02:59 GMT</pubDate><dc:creator>Shirkrin</dc:creator></item><item><title>DELETE Location not working?</title><link>http://forum.newsgator.com/Topic41241-8-1.aspx</link><description>I'm in the process of implementing the Newsgator REST API in Adobe AIR and seem to be unable to delete a location successfully. If I use the the DELETE method on the location url, I get a response containing an &lt;outline&gt; for the location, but the location doesn't seem to be deleted (note also that the docs say there should be no response). I also tried what seems to be the alternate method of sending an empty POST request to the location url and I get the same response &lt;outline&gt; but no deletion of the location. Am I missing something?</description><pubDate>Sun, 13 Jul 2008 01:53:18 GMT</pubDate><dc:creator>vigilsolace</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>REST /Folders.aspx Endpoint Questions</title><link>http://forum.newsgator.com/Topic41061-8-1.aspx</link><description>I received an automated response from support@newsgator.com stating that support is no longer provided through that e-mail address, so I'm posting this here.&lt;br&gt;&lt;br&gt;I am currently writing a NewsGator client that communicates with the provided REST API ( [url=http://github.com/ardekantur/wondercroc]http://github.com/ardekantur/wondercroc[/url] ). I would like to inquire about the status of the /Folders.aspx/ endpoint -- specifically, I would like to know if there is a way to retrieve the feeds within a folder by ID that does not resort to dropping to the SOAP interface.&lt;br&gt;&lt;br&gt;If work on this is not currently ongoing, I would like to suggest a parameter that specifies whether to retrieve explicitly only those feeds contained directly in a folder, versus traversing all subfolders to retrieve all feeds inside the specified folder, inclusive of any subfolders, as both of these options would be useful in different ways.&lt;br&gt;&lt;br&gt;Thanks!</description><pubDate>Sun, 06 Jul 2008 23:05:11 GMT</pubDate><dc:creator>ardekantur</dc:creator></item><item><title>500 error</title><link>http://forum.newsgator.com/Topic40768-8-1.aspx</link><description>Can someone clue me in to why this header (SOAPAction) is not being accepted or if that is really the cause of this error?  Below is the Request and Response, I have removed the SOAPAction header and I then get another error saying it is required.  Thanks, also, I have used this library with other implemenations on other API's without catch so I am confused as to why the request is being rejected.&lt;br&gt;&lt;br&gt;Request&lt;br&gt;&lt;br&gt;POST /ngws/svc/Folder.asmx HTTP/1.0&lt;br&gt;Host: services.newsgator.com&lt;br&gt;User-Agent: NuSOAP/0.7.3 (1.114)&lt;br&gt;Content-Type: text/xml; charset=ISO-8859-1&lt;br&gt;SOAPAction: "https://services.newsgator.com/ngws/svc/Folder.asmx/GetFolders"&lt;br&gt;Authorization: Basic removedforsecurity:)&lt;br&gt;Content-Length: 481&lt;br&gt;&lt;br&gt;&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;&amp;lt;SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"&amp;gt;&amp;lt;SOAP-ENV:Body&amp;gt;&amp;lt;ns6036:GetFolders xmlns:ns6036="http://services.newsgator.com"&amp;gt;&amp;lt;/ns6036:GetFolders&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;br&gt;&lt;br&gt;Response&lt;br&gt;&lt;br&gt;HTTP/1.1 500 Internal Server Error&lt;br&gt;Date: Sun, 22 Jun 2008 01:01:50 GMT&lt;br&gt;Server: Microsoft-IIS/6.0&lt;br&gt;MicrosoftOfficeWebServer: 5.0_Pub&lt;br&gt;X-Powered-By: ASP.NET&lt;br&gt;X-AspNet-Version: 2.0.50727&lt;br&gt;Cache-Control: private&lt;br&gt;Content-Type: text/xml; charset=utf-8&lt;br&gt;Content-Length: 467&lt;br&gt;&lt;br&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;soap:Fault&amp;gt;&amp;lt;faultcode&amp;gt;soap:Client&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;Server did not recognize the value of HTTP Header SOAPAction: https://services.newsgator.com/ngws/svc/Folder.asmx/GetFolders.&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soap:Fault&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;</description><pubDate>Sat, 21 Jun 2008 19:22:07 GMT</pubDate><dc:creator>adev</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>shaane</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>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://developer.newsgator.com/wiki/"&gt;http://developer.newsgator.com/wiki/&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI dir=ltr&gt;All of the SOAP documentation has been moved to our DevWiki and is current (see link above).   As for the REST documentation, the PDF on the website is still the most current even though we have some REST documentation on the DevWiki.   The REST documentation will be moved over in due time.&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></channel></rss>