The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package My::BindingTest;

=begin WSDL

_IN in $string
_FAULT My::Foo
_RETURN $string
_DOC bla bla

=cut

sub testGeneral {}

=begin WSDL

_IN in @string
_ONEWAY

=cut

sub testOneway {}

sub testWithoutPod {}

1;