S
scott_auge
Guest
I am thinking where David is going - the time out is on some intermediate part like tomcat or the wsa component. Web services are meant to happen pretty quickly - they aren't like Progress appservers that chug till they are done. You may want the web service to interact with a background process that will do the deeds for you. Have it request a job (via a database record, don't have it start and stop by the web service), check the status, etc. if you are dealing with thousands of records.
Continue reading...
Continue reading...