Perl / SOAP3.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 );
;
|
| |||||||||||||||||||||||||||||||
| ← 3.2.1 Debugging Flag | [ up ] - [ top ] | 3.4 Manpage of SOAP::Lite → |
[ home ] - [ search ] - [ feedback ]
copyright by reto - created with mytexi