in reply to SOAP::Lite Server Attachment
I assume you are using either version 0.68 or 0.69 of SOAP::Lite, it appears that in these versions the specific line that does the MIME packaging is commented out at line 1554 in Lite.pm:
YOu could try un-commenting the line but I think there would be more work to be done to make it work properly. Word has it that earlier versions do work however.# Sometimes SOAP::Serializer is invoked statically when there is no + context. # So first check to see if a context exists. # TODO - a context needs to be initialized by a constructor? if ($self->context && $self->context->packager->parts) { # TODO - this needs to be called! Calling it though wraps the payloa +d twice! # return $self->context->packager->package($self->xmlize($encoded)) +; }
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP::Lite Server Attachment
by Anonymous Monk on Aug 22, 2006 at 21:58 UTC |