Thread

Posted on Tue Jun 3 17:56:48 2008 by asawczyn
Returning SOAP Faults from the server
Can you offer a brief example of how I would generate a SOAP fault on the server? SOAP::Lite had the SOAP::Fault method, but I'm not sure the best way to accomplish this with SOAP::WSDL.
Direct Responses: 8012 | Write a response
Posted on Tue Jun 3 23:05:36 2008 by mkutter in response to 8011
Re: Returning SOAP Faults from the server
Just die.
If you need more fine-grained control, die with a SOAP::WSDL::SOAP::Fault11 object as parameter.
Martin
Write a response