URLResolver

The URL resolver is a web service adding support for CCI URL resolver functionality. It accepts CUE-specific URLs and is responsible for retrieving the actual CUE object and transforming it to XML.

This web service is included in newsletter.war and is available using the following URL: url-to-newsgate.war/resolve.

Required request parameter is

url

The Content Store specific URL. The URL schema is baseURL/objecttype/objectid.

A sample URL could be http://resolve.escenic.com/comment/123.

The web service will resolve the URL and return a XML representation of the requested object.

Currently this service only supports exporting article comments.