in reply to Re^2: SOAP::Lite::Packager and bad Content-ID
in thread SOAP::Lite::Packager and bad Content-ID

SOAP with attachments in Perl have never worked against a server that is strict about HTTP. HTTP demands \r\n but I proved to myself by debugging Axis2 and Axiom that SOAP::Lite and MIME::Entity only generate a \n. This makes them useless a SOAP solution.
  • Comment on Re^3: SOAP::Lite::Packager and bad Content-ID