I recently integrated with TeleCheck to accept eChecks on our sites. Everything seems to work perfectly except for ColdFusion's ability to generate and hold onto the stub code for the webservice.
The worst kind of problem too... it is intermittent with no obvious pattern. The WSDL files look good. TeleCheck web service calls will work great, but after we restart a server SOMETIMES we receive the "Could not perform web service invocation" error. Test Server: http://test.achex.com/ws/Authorization.wsdl Production Server: http://www.achex.com/ws/Authorization.wsdl I have tried to search forums for a possible solution, but can't seem to get it to work. Personally, I believe this is a bug with ColdFusion. Some forums have mentioned that ColdFusion does not handle complex web service types very well. However, TeleCheck wrote the web service and I can not change their data types. I have also read that ColdFusion "flushes" the stub objects from memory. We have installed Cumulative Hot Fix 7.0.2 which stated that it solved some web service flushing problems. The only way we have been able to somewhat solve this problem temporarily is to delete everything in the \CFusionMX7\stubs before restarting ColdFusion. This solution is not acceptable for our production environment and I would like a true solution to this problem. This problem has lasted for many months and it is critical that we be able to restart our CF servers without messing with this problem. Any suggestions? Thanks, Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252723 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

