54e28db2cd
following: - starts metaservice - loads two services - call them and check the replies - unloads the services - stop metaservice CCMAIL: aseigo@kde.org svn path=/branches/work/~ervin/sodep/; revision=922830
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
|
|
inputPort MathService {
|
|
Location: "socket://localhost:11000"
|
|
Protocol: sodep
|
|
RequestResponse:
|
|
twice
|
|
}
|
|
|
|
main
|
|
{
|
|
twice(number)(result) {
|
|
result = number * 2
|
|
}
|
|
}
|
|
|