URLResolver

The url resolver is an Escenic webservice adding support for CCI url resolver functionality. It accepts Escenic specific urls and is responsible for retrieving the actual Escenic object and transforming it to xml.

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

Required request parameter is

url

The Escenic specific URL. The url schema is baseURL/objecttype/objectid.

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

The webservice will resolve the url and return a xml representaiton of the requested object.

Currently this service only supports exporting article comments.

Contents