25 lines
1007 B
Plaintext
25 lines
1007 B
Plaintext
<Library Name="$SVCLIBNAME" UID="$NEWID" Documentation="">
|
|
<Services>
|
|
<Service Name="$SVCNAME" UID="$NEWID">
|
|
<Interfaces>
|
|
<Interface Name="Default" UID="$NEWID" Documentation="Service $SVCNAME. This service has been automatically generated using the RODL template you can find in the Templates directory.">
|
|
<Operations>
|
|
<Operation Name="Sum" UID="$NEWID" Documentation="">
|
|
<Parameters>
|
|
<Parameter Name="A" DataType="Integer" Flag="In" />
|
|
<Parameter Name="B" DataType="Integer" Flag="In" />
|
|
<Parameter Name="Result" DataType="Integer" Flag="Result" />
|
|
</Parameters>
|
|
</Operation>
|
|
<Operation Name="GetServerTime" UID="$NEWID" Documentation="">
|
|
<Parameters>
|
|
<Parameter Name="Result" DataType="DateTime" Flag="Result" />
|
|
</Parameters>
|
|
</Operation>
|
|
</Operations>
|
|
|
|
</Interface>
|
|
</Interfaces>
|
|
</Service>
|
|
</Services>
|
|
</Library> |