Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^6: SOAP::Serializer::envelope: Client Application failed during request deserialization

by david2008 (Scribe)
on Jun 23, 2010 at 07:30 UTC ( [id://846018]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $soap = SOAP::Lite->uri(
                      'Menu/SOAP')->proxy('<url>/a.cgi',
                      timeout => $timeout) ;
            my $response;
                $response = $soap->find_services($obj, $instance);
    
  2. or download this
    use SOAP::Transport::HTTP;
    use Menu::SOAP;
    ...
    SOAP::Transport::HTTP::CGI
        -> dispatch_to('Menu::SOAP')
        -> handle;
    
  3. or download this
    sub find_services {
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://846018]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 21:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found