summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/relax-ws/src/test/resources/org/apache/tuscany/sca/interfacedef/relaxws/helloworld.rws
blob: 602298e8eeca9e3b512216dd37cb931de6b1e0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# This is "hello world" in relax-ws.
#
namespace http://tuscany.apache.org/samples

service HelloWorld {

    port {
        operation SayHello {
            in {
                element name {xsd:string}
            }

            out {
                element message {xsd:string}            
            }

        }

    }
}