Reading and writing in .NET from and to Wordpress: XML-RPC or AtomPub?
I need to read out posts and maybe write back comments to a WordPress blog.I found some documentation on their API's XML-RPC and AtomPub.But what would be the recommended way to go. XML-RPC seems more...
View Articlewcf - customizing service document
I am new to WCF programming and its syndication classes etc. I am trying to produce a AtomPub service document programmatically when someone tries to access root address of my service. I am able to do...
View ArticleCreate a new blog post using AtomPub and .NET
I need to create a new blog post from an application I am writing. Currently the target bloging engine is BlogEngine.net and probably WordPress in the near future. It was suggested to me to use AtomPub...
View ArticleJava web CMS & HTML presentation, templating
I'm looking for a content management system in java with good support for html content presentation in sense of web presentations, NOT document management or enterprise content managementI'm interested...
View ArticleOData AtomPub formatting: application/xml vs. application/zip
While looking at responses from some OData feeds I saw that their structures are slightly different depending on wether they have content type set to application/xml or application/zip. Here are two...
View ArticleWhy isn't google api client library built on top of Apache's Abdera framework?
First of all I want to give many thanks to Google GData API's engineers for their good work and I'd like to mention that this question is not meant to criticize anything. It just pointing out...
View ArticleSerialize class into Atom format
I have to export one c# class into a xml file which should be in the atompub format. I've read a lot of articles, but i still don't understand the main thing - how am i going to represent my class data...
View ArticleWindows Live Writer Authorization with custom AtomPub service
I've been working lately on my own WCF AtomPub service (based on the example in the "WCF REST Starter Kit") for using WLW with my custom written blog. All basic actions such as adding, updating,...
View ArticleWhat is the most efficient way to send OData payloads over the wire? "Dense...
I'm designing a distributed application that will consist of a variety of REST services. Lately I've been going back and forth about whether to implement my REST services using the ASP.NET MVC 4 Web...
View ArticleWordpress: Timezone issue of published field (Atom Publishing Protocol Plugin)
When I post an entry via Atompub API using WordPress Atom Publishing Protocol Plugin (also previous wp-app.php), if the entry includes non-GMT time value as published field like this:<entry...
View ArticleAtomPub multipart, more than one Media Part?
In draft-gregorio-atompub-multipart-04.txt chapter 3, third paragraph it says :A multipart/related POST to a Media Collection MUST be a valid multipart/related representation as defined by [RFC2387]...
View ArticleBuilding REST web services with nested collections + collections inside entries
I would like to build a REST webservice that would provide :nested collections,collections inside entries.Nesting collections would be used to refine a concept from general to particular, for example...
View ArticleCmisNotSupportedException when accessing /docushare/ds_mobile_connector/atom
The AtomPub CMIS URL for Xerox DocuShare is supposed to be:http://server/docushare/ds_mobile_connector/atomPROBLEM: When I open a browser at that URL, I get the following exception:HTTP Status 405 -...
View ArticleSimple AtomPub server library [closed]
What simple AtomPub server libraries with file- or DB-based backends can you recommend? Unix-style servers that "do one thing, do it well" are especially welcome.Maybe even libraries in Python?
View ArticleDoes anybody know of an Atom APP server for .Net?
I'm aware of the Argotic framework for .Net that assists in the collation and management of Atom data, but does anybody know of a .Net application/framework that implements the Atom Publishing Protocol...
View ArticleAtom entry with C#
How can I make an Atom entry with C# and .NET 4 ?I need to make an entry with this structure:<entry xmlns="http://www.w3.org/2005/Atom"...
View ArticleIs there a way to get the list of existing tags from a WordPress blog using...
I'd like to be able to query a Wordpress blog for a list of existing tags so that they can be offered at the time that a new post is being created. Is this possible through AtomPub with Wordpress? I'm...
View ArticleSummary of OData standard for a minimal, read-only implementation
The OData specification is long. Even the "OData Core" document is pretty long. So, how about a condensed summary of what a read-only OData publisher needs to implement at a minimum?
View ArticleAllow images in AtomPub ASPNET Web Api Server
I'm trying to create an Atompub service with ASP.NET WEB API, all it's ok but when I try to post any image from Windows Live Writer I get an error "The blog doesn't allow the image load" I'm reading...
View Articlequery with search terms in specific elements in opensearch?
Just starting with Opensearch, to retrieve content from the Nationaal Archief from the Netherlands.The example they provide is:http://www.gahetna.nl/beeldbank-api/opensearch/?q=ArnhemMy question is,...
View ArticleHow to extract value from AtomPub XML HTTP response in Javascript (for Google...
I am calling the Google Apps Admin Settings API from a Google Apps Script script (Javascript) to retrieve the maximum number of users in our Google Apps domain. A successful GET request returns the...
View ArticleWhat does a consumer of a RESTful events atom feed have to remember?
I am researching Atom feeds as a way of distributing event data as part of our organisation's internal REST APIs. I can control the feeds and ensure:there is a "head" feed containing time-ordered...
View Article"CmisObjectNotFoundException" when uploading a file to Alfresco
this is my scenario:I'm trying to upload a file on an Alfresco (version 4.2.0 Community) using DotCMIS 0.6.This is my code:Dictionary<string, object> properties = new Dictionary<string,...
View ArticleHow to use Abdera atom client to send content and attachment
We are using Abdera to interact with the IBM Connections API, but our problem is mostly related to Abdera itself.I think there is a bug in Abdera that does not allow you send an Entry that contains...
View ArticleLive feeds via Atom protocol
I have to create a consumer that consumes feeds from an Atom service. The feeds should be consumed as and when anything is published on the atom server. Currently I am using camel-atom protocol which...
View ArticleCreate custom OData previouslink in WebAPI
I have a WebApi OData API.I want to perform some pagination. I have managed to fill the nextlink since it exists in OData.public IQueryable<Product> Get(int min=0,int max=0) {...
View ArticleJava framework for ATOM pub server [closed]
What Java framework/libs should I use in 2017 for implementing ATOM pub server. Our technology stack on existing apps are Spring Framework (Spring Boot) and Java 7, so I preferr an framework that works...
View Articlecurl query to check out a document using CMIS
I am trying to checkout a document using the REST-based CMIS protocol, but I get an error from the server (Alfresco).Am I misusing curl?Or am I missing something in my request? curl --user admin:admin...
View ArticleDoes consuming an Atom feed require AtomPub?
I would like to create a simple endpoint which generates an Atom 1.0 or RSS 2.0 feed.My understanding is that as long as the output is valid Atom or RSS XML, browsers and feed readers should be able to...
View ArticleEventstore HTTP API, Subscription response with unexpected content type
i am using the eventstore http api to get events from an persistent subscription. It works, but the response give me an xml structure instead of json. Can anyone tell me what's wrong with my...
View Article