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 2012-07-24 01:20:01.521772-07 by andywang
cannot create server for SOAP Service using Fastcgi
Hi, all, How to created fastcgi SOAP server? can you write a sample code here? i have a cgi SOAP service already, but for better performance, we want to use fastcgi for sure. but cannot make it working. and i googled a lot, cannot find a solution yet. use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('JEmbedWS') -> handle; we used above code for current cgi SOAP server. and i tried use SOAP::Transport::HTTP; SOAP::Transport::HTTP::FCGI -> dispatch_to('JEmbedWS') -> handle; no luck. thanks. Best Regards, Andy
Direct Responses: Write a response