I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-06-12 18:34:27-07 by asawczyn in response to 8069
Re: Question about SOAP Faults and HTTP Response

It's a customer of mine who is using Ruby. He sent a log that included the following user agent

User-Agent: SOAP4R/1.5.8 (/187, ruby 1.8.6 (2007-03-13) [i386-mswin32])

I did a bit of research on soap4r. In the past there have been problems with soap faults, but they have been reported as fixed. So I thought maybe it is a formatting error in the response that is causing his client to receive the 500 error but ignore the soap fault in the content body.

As to the bug with SOAP::WSDL and the faultcode, I think I may have caused that myself...

die SOAP::WSDL::SOAP::Typelib::Fault11->new( { faultcode => 'soap:Server', faultstring => $msg } );

fyi, the log snippet I posted in my previous message was captured in soapUI when I was attempting to duplicate his issue.

Direct Responses: Write a response