T
Tim Laplaca
Using VBA under Excel, I added a web service with "Microsoft Office
2003 Web Services Toolkit".
Sometimes the service I connect to is slow and the VB times out with
"Connection:Connection time out.", so I need to increase how long it
waits before timing out.
With some web searches, I found there is a Timeout property associated
with SOAP: Example - Property("Timeout") = 30000
However, I have been unable to figure out how, if it's possible, to set
this property with a service created with the Web Services toolkit.
My service was created thusly:
Dim qservice As New clsws_gwcdrService23
where clsws_gwcdrService23 is the class created by the toolkit from the
wsdl file I gave it the URL for.
Thanks much for any assitance,
Tim
2003 Web Services Toolkit".
Sometimes the service I connect to is slow and the VB times out with
"Connection:Connection time out.", so I need to increase how long it
waits before timing out.
With some web searches, I found there is a Timeout property associated
with SOAP: Example - Property("Timeout") = 30000
However, I have been unable to figure out how, if it's possible, to set
this property with a service created with the Web Services toolkit.
My service was created thusly:
Dim qservice As New clsws_gwcdrService23
where clsws_gwcdrService23 is the class created by the toolkit from the
wsdl file I gave it the URL for.
Thanks much for any assitance,
Tim