You are here iC Home > Know-how > Perl > SOAP > SOAP::Lite > How to set a timeout (s)

Perl / SOAP

3.3 How to set a timeout (s)

20.06.2006
3.2.1 Debugging Flag [  up  ] - [ a - z ] - [ search PC ] - [ top ] 3.4 Manpage of SOAP::Lite

Example: Wait <n> seconds for a server response

my $client = SOAP::Lite
        ->readable(1)
        ->ns('urn:catalogue.eshop.ws.crm.example.net', 'urn')
        ->uri('urn:catalogue.eshop.ws.crm.example.net')
        ->proxy('http://localhost:80/cgi-bin/dummy.cgi', timeout => 10 );
        ;
 
1 Introduction to SOAP
2 Namespaces in SOAP
3 SOAP::Lite
 3.1Construct an object    
 3.2How to debug    
  3.2.1    Debugging Flag
 3.3How to set a timeout (s)    
 3.4Manpage of SOAP::Lite    



Advanced search tips
3.2.1 Debugging Flag [  up  ] - [ top ] 3.4 Manpage of SOAP::Lite



[ home ] - [ search ] - [ feedback ]

copyright by reto - created with mytexi