URLResolver

The URL resolver is an Escenic web service 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 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 Escenic 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.