Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: SOAP::Lite::Packager and bad Content-ID

by Anonymous Monk
on Nov 06, 2009 at 22:58 UTC ( [id://805599]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite::Packager and bad Content-ID

Any perl module support MTOM in SOAP::Lite?

Replies are listed 'Best First'.
Re^2: SOAP::Lite::Packager and bad Content-ID
by Tardigrade4 (Initiate) on Nov 11, 2009 at 17:22 UTC

    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.
      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://805599]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-28 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found