I am consuming an ASP.NET web service with ColdFusion 7. The first time I
invoke the service after starting the CF service I get the error message "Could
not generate stub objects for web service invocation"

To fix this error I log into the CFIDE and click "Update Web Service". Calls
to the service will work work until the next restart the ColdFusion MX 7
Application Server service

I have deleted the service from the CFIDE and moved the WSDL URL, username,
and password to the attributes of the cfinvoke tag. Consuming the service then
works consistently even after a re-start.

I would rather setup web services in the CFIDE. Has anyone else had this
issue or have a solution?