<documentation> element

SOAP/AM Server Development > Service Definition File Reference > Schema Reference >

<documentation> element

Previous pageReturn to chapter overviewNext page

This element contains documentary text for a method or service.

 

parents

method service

children

text

Attributes

None

Remarks

Any special characters ("<", "&") must be escaped.

Example

 <service name="example" encoding="document/literal">

   <documentation>the example service provides methods for...

   </documentation>

   ...

 </service>