SOAPMethod.Timeout
From Xojo Documentation
Property (As Integer )
aSOAPMethod.Timeout = newIntegerValue
or
IntegerValue = aSOAPMethod.Timeout
Supported for all project types and targets.
or
IntegerValue = aSOAPMethod.Timeout
Supported for all project types and targets.
The number of seconds to wait for the response from the SOAP service.
Notes
Setting this to zero will wait indefinitely until the service responds or the connection is dropped.