I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-03-17 07:32:30-07 by amicheler in response to 10188
Re: https?
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
Direct Responses: 10213 | Write a response