I think there is no MTOM but Axis2 will support SOAP with attachments automatically. Please let us focus on the thread question "bad Content-UD".

I am trying to install Perl 5.10.1 on a Linux machine to see if this is a platform specific bug. This is going badly. SOAP::Lite won't install, as LWP won't install, because URI won't install.

Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get "http://www.perl.org/CPAN/authors/id/G/GA/GAAS/URI-1.40.tar.gz" curl: (22) The requested URL returned error: 502 Function system("/usr/bin/curl -L -f -s -S --netrc-optional "http: +//www.perl.org/CPAN/authors/id/G/GA/GAAS/URI-1.40.tar.gz" > /root/.c +pan/sources/authors/id/G/GA/GAAS/URI-1.40.tar.tmp1885") returned status 22 (wstat 5632) Warning: expected file [/root/.cpan/sources/authors/id/G/GA/GAAS/URI-1 +.40.tar.gz.tmp1885] doesn't exist Trying with "/usr/bin/wget -O /root/.cpan/sources/authors/id/G/GA/GAAS +/URI-1.40.tar.tmp1885" to get "http://www.perl.org/CPAN/authors/id/G/GA/GAAS/URI-1.40.tar.gz" --05:06:45-- http://www.perl.org/CPAN/authors/id/G/GA/GAAS/URI-1.40.t +ar.gz => `/root/.cpan/sources/authors/id/G/GA/GAAS/URI-1.40.tar.t +mp1885' Resolving www.perl.org... 207.171.7.63 Connecting to www.perl.org|207.171.7.63|:80... connected. HTTP request sent, awaiting response... 502 Bad Gateway 05:06:45 ERROR 502: Bad Gateway.

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

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.