Mispelled HREFerences for attachments
Brought to you by:
byrnereese
I don't know, I might be wrong, but I took a lot of
hours to realize that SOAP:MIME overrides the function
SOAP::MIMEParser::get_multipart_id.
Thus, the ids of the attachments that I send within an
SOAP message, are read in the wrong way.
I set the function as it is in the SOAP::Lite package,
thou I could have just erased it, and so calling the
parent function.
{ (shift || '') =~ /^<?([^>]+)>?$/; $1 || '' }
I don't know if it is a bug, but the ids that
SOAP::MIME read were of the kind:
ABCDEF123456>
triggering the last '>' character which is only a
wrapper char.
Neidisch