in reply to Re^5: SOAP::Serializer::envelope: Client Application failed during request deserialization
in thread SOAP::Serializer::envelope: Client Application failed during request deserialization
at the server side a.cgimy $soap = SOAP::Lite->uri( 'Menu/SOAP')->proxy('<url>/a.cgi', timeout => $timeout) ; my $response; $response = $soap->find_services($obj, $instance);
at Menu/SOAP.pmuse SOAP::Transport::HTTP; use Menu::SOAP; SOAP::Transport::HTTP::CGI -> dispatch_to('Menu::SOAP') -> handle;
I don't write the code of find_services as the program dies in the parsing beforehand.sub find_services { }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: SOAP::Serializer::envelope: Client Application failed during request deserialization
by Anonymous Monk on Jun 23, 2010 at 08:37 UTC | |
by Anonymous Monk on Sep 23, 2010 at 16:15 UTC | |
by Anonymous Monk on Sep 23, 2010 at 16:21 UTC |