S
Sven Rutten
Hello
I am communicating with a webservice from my PPC.
like this:
Dim ws as new ourwebreference.ourfunction
dim result as boolean
result = ws.getinfo(a,b)
That is working correct, but if I have no connection on my device (WLAN
deactivated, GPRS/GSM not in coverage), I want to timeout the request after
15 seconds...
I tried to set ws.timeout to 15000 but that does not work... It keeps trying
to connect for about 30-50 seconds and then I get an error message back. But
30-50 is too long...
What's wrong?
Thanks
Sven
I am communicating with a webservice from my PPC.
like this:
Dim ws as new ourwebreference.ourfunction
dim result as boolean
result = ws.getinfo(a,b)
That is working correct, but if I have no connection on my device (WLAN
deactivated, GPRS/GSM not in coverage), I want to timeout the request after
15 seconds...
I tried to set ws.timeout to 15000 but that does not work... It keeps trying
to connect for about 30-50 seconds and then I get an error message back. But
30-50 is too long...
What's wrong?
Thanks
Sven