Displaying content from the content repository is the most common task when working with the Krames StayWell Web Services. To display content, simply call the GetContent web method.
Each call to GetContent requires both a ContentTypeId and ContentId, the combination of which, in addition to the sitename, is used to uniquely identify a document. If the sitename making the request has a custom version of the content being requested, the custom version will be return automatically unless the GetOriginal attribute is included and set to "true".
Once you have called GetContent, you will need to transform the XML as appropriate for your implementation. Krames StayWell has provided a sample XSLT which can be used as a starting point for transforming XML into HTML.