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
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.