$ perl soap-lite-server.pl Contact to SOAP server at http://127.0.0.1:10013/ OrderInquiry called $VAR1 = [ 'physi' ]; $VAR1 = { 'OrderInquiry' => { 'vorname' => 'physi' } }; $VAR1 = bless( { '_faultstring' => 'Died in server method', '_faultactor' => 'http://www.soaplite.com/custom', '_faultcode' => 'Server.Custom', '_faultdetail' => bless( { 'code' => 1 }, 'BadError' ) }, 'SOAP::Fault' ); Terminating on signal SIGINT(2) $