RE: SOAP

2005-12-05 Thread Jason Rice
Here's an alternate means to connect. See what you get from either $result or $body. use SOAP::Lite; use Data::Dumper; my $soap = SOAP::Lite -> proxy('http://localhost/soap/hibye.cgi') -> uri('http://localhost/Demo'); my $result = $soap->hi(); my $body = $result->{'_content'}[4]-

RE: MIME warning sending attachments with Mail::Sendmail

2005-10-31 Thread Jason Rice
with Mail::Sendmail Jason Rice <> wrote: > We are using Mail::Sendmail to generate emails with attachments and > sending them to clients. The generation and sending work fine, but we > are running into some issues sending to some mail servers due to the > following warning: MI

MIME warning sending attachments with Mail::Sendmail

2005-10-31 Thread Jason Rice
We are using Mail::Sendmail to generate emails with attachments and sending them to clients. The generation and sending work fine, but we are running into some issues sending to some mail servers due to the following warning: MIME segment in MIME postamble vulnerability. Looking up the error messag