Query "Timed out"

J

JimZ

Hi,
I'm using InfoPath as a reporting tool. When query request is
submitted, a web service will return data in XML format.

It works fine until a query returns a large number of data. InfoPath
pops an error message "InfoPath either cannot connect to the data
source or the service has timed out." The web service works if the
query is not from InfoPath.

Is that possible that I can set "time out" property somewhere in
InfoPath?

Thanks
 
B

Brisk

Yes ... i know for sure if you call the web service from managed code
you can do this. However, i'm not sure if there is a way to do so
using the interface.

I think the easiest way would be to add the .net toolkit and use
managed code for the startup or load of the form, access the
webservice through the DOM if you set it up using the interface, and
set the .Timeout property
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top