Ok, let's provide a small Jolie script to go with the sodepprintertest
app. svn path=/branches/work/~ervin/sodep/; revision=922138
This commit is contained in:
parent
c66c5cefad
commit
82f10bbf0d
15
private/qtjolie-branch/tests/printer.ol
Normal file
15
private/qtjolie-branch/tests/printer.ol
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
include "console.iol"
|
||||||
|
|
||||||
|
inputPort PrinterService {
|
||||||
|
Location: "socket://localhost:10000"
|
||||||
|
Protocol: sodep
|
||||||
|
RequestResponse:
|
||||||
|
printInput
|
||||||
|
}
|
||||||
|
|
||||||
|
main
|
||||||
|
{
|
||||||
|
printInput(input)() {
|
||||||
|
println@Console(input)()
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user