Version: 2011.01.25
Krames StayWell External Web Service Documentation
Sample Code
Below you will find some sample code that you may use to aid your development efforts with the Krames StayWell Web Services.
Xml Specifications
Markup.xsd
Types.xsd
Services.wsdl - notice the URL for the WSDL file. When you have a license to use the Krames StayWell Web Services, replace "TestSite" in the URL with the sitename of your license.
New Content.svc Xml Specifications
UCRRequest.xsd
Xml Samples with Images
StayWellXmlSamples.zip
Sample Xml Transform (XSLT)
NOTE: These sample XSLT files are meant to be a starting point for your application. At the very least, the transform you choose should be reviewed in full before using it in a production environment.
For the new Content methods: ContentToHTML.xslt
For the old Document methods: DocumentToHTML.xslt
Code Examples
Downloadable C# Samples - Please note that this sample code was written with the old Document methods, most of which have been deprecated. This code is meant to be used as a guide in writing your own implementation for consuming our web services, it should not be used as-is.