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-10-13 15:27:50-07 by endumett in response to 10996
Re: Missing attachment from server to client
Hi, am I alone about also getting the parts from the request in the response? Now I have an ugly row clearing the parts before method-return
sub foo { my $self = shift ; my $envelope = pop ; ... $envelope->context->packager()->parts([]); return $ent,SOAP::Data->name('foo') }
Direct Responses: Write a response