{{ data?.shortDesc }}

Knox Service Name
{{ data?.serviceName }} @if (data?.version) { (v{{ data?.version }}) }
Description
{{ data?.description }}
Sample(s)
@if (data.samples?.sample?.length > 0) {
@for (sample of data.samples.sample; track sample) {
{{ sample.description }}
{{ sample.value }}
}
} @else {

No samples found in service metadata.

Check the service documentation: {{ data.serviceUrls[0] }}

}