# # 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} } } } }