1package My::ServiceTest;
2
3=begin WSDL
4
5_IN in $string
6_FAULT My::Foo
7_RETURN $string
8_DOC bla bla
9
10=cut
11
12sub testGeneral {}
13
141;
15