Re: [Problem] Can't return Content-type with SERVER_ERROR

2001-07-30 Thread Paul Kulchenko
wishes, Paul. --- Stas Bekman [EMAIL PROTECTED] wrote: On Sun, 29 Jul 2001, Paul Kulchenko wrote: Hi, All! Code is simple, but I can't return custom content-type with SERVER_ERROR: sub handler { . $self-response is HTTP::Response object if ($self-response-is_success

RE: [Problem] Can't return Content-type with SERVER_ERROR

2001-07-30 Thread Paul Kulchenko
wishes, Paul. --- Geoffrey Young [EMAIL PROTECTED] wrote: -Original Message- From: Paul Kulchenko [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 2:53 AM To: Stas Bekman Cc: [EMAIL PROTECTED] Subject: Re: [Problem] Can't return Content-type with SERVER_ERROR [snip

[Problem] Can't return Content-type with SERVER_ERROR

2001-07-29 Thread Paul Kulchenko
Hi, All! Code is simple, but I can't return custom content-type with SERVER_ERROR: sub handler { . $self-response is HTTP::Response object if ($self-response-is_success) { $self-response-headers-scan(sub { $r-header_out(@_) }); $r-send_http_header(join '; ',

[ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
New version of SOAP::Lite has entered CPAN. number of fixes related to different Perl version and platforms number of fixes in XMLRPC::Lite fixed POP3 server added support for SOAP 1.2 (spec is still in draft, implementation is subject to change) added mod_xmlrpc transport

Re: [ANNOUNCE] SOAP::Lite 0.51 (mod_soap and mod_xmlrpc included)

2001-07-19 Thread Paul Kulchenko
asking whether you got my reply :)). I though you're busy to answer :)). Fortunately I have a copy. Here it is. --- Paul Kulchenko [EMAIL PROTECTED] wrote: Date: Fri, 13 Jul 2001 10:19:24 -0700 (PDT) From: Paul Kulchenko [EMAIL PROTECTED] Subject: Re: adding to dispatch_to To: Matt Sergeant

Re: [OT] JMS-like event framework for Perl

2001-03-11 Thread Paul Kulchenko
Hi, Gunther! Although SOAP::Lite interfaces with SMTP and POP3, I don't know if SOAP::Lite really qualifies to be in the same class as products like JMS, Neon, or Microsoft MSMQ. I think not or at least not yet :). However, I think the description of what the author is interested in is a bit

Re: [ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-24 Thread Paul Kulchenko
section on base64 encoding, but it didn't mention serialization speed. I am currently using SOAP, because I like the DM design, but I would switch to SOAP::Lite if its serialization speed is significantly better. Cheers, -Adi Paul Kulchenko wrote: you are dedicated to supporting

Re: [ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-24 Thread Paul Kulchenko
1}, $items]; } } # -- -- -- -- -- -- -- -- -- -- -- Hope it gives you some ideas. Best wishes, Paul. --- Gunther Birznieks [EMAIL PROTECTED] wrote: At 05:14 PM 2/24/2001 -0800, Paul Kulchenko wrote: That's right, but first Perl caches calls that involve inheritance and second, I use the same scheme, because arrays can have everythi

[ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-23 Thread Paul Kulchenko
" =back =head1 DEPENDENCIES SOAP::Lite mod_perl =head1 SEE ALSO SOAP::Transport::HTTP::Apache for implementation details, SOAP::Lite for general information, and Fexamples/server/mod_soap.htaccess for .htaccess example =head1 COPYRIGHT Copyright (C) 2000-2001 Paul Kulchenko. All

Re: [ANNOUNCE] Apache::SOAP 0.47 (mod_soap)

2001-02-23 Thread Paul Kulchenko
Hi, Gunther! --- Gunther Birznieks [EMAIL PROTECTED] wrote: Hmmm, I am under the impression that the DevelopMentor stuff has a mod_perl SOAP Handler (although I was never able to get it to work) so calling this one Apache::SOAP in the official name space seems a difficult sell unless