Thank you for the pointer to SOAP::WSDL::Server::Mod_Perl2, Noah!
May I ask you, how to setup the directories, where Apache searches my webservice?
When I use the example from cpan:
<Location /WebService>
SetHandler perl-script
PerlResponseHandler SOAP::WSDL::Server::Mod_Perl2
PerlSetVar dispatch_to "WebPackage::SOAPMethods"
PerlSetVar soap_service "MyServer::WebService::WebServiceSoap"
</Location>
Is then the search path in the file system /WebService,
and where will I have to put the soap-wsdl-2.00.08 folder,
so that it will be found by Apache?
or is it inside the_server_root/WebService?
Thanks again,
Andreas