Title: Temp objects copied by val or ref?
I have a foundry switch called Simon that is used to switch from one computer to another if the first one crashes.  It is set up to go to webcorp2 and has webcorp3 as the backup.
 
If we try to cfinvoke a Simon CFC as a webservice, we get the 'Could not generate stub objects for web service invocation' error.  If we call it as a url, it works okay.  For example, this url does work:
 
http://simon/com/woodward/authkey.cfc?method=isValidKey&key=abc&userid=bhower&token=def
 
The wsdl also works, with this url:  http://simon/com/woodward/authkey.cfc?wsdl
 
But if we want to cfinvoke it, we have to specify webcorp2 (or webcorp3) instead of simon, which breaks our backup scheme.
 
Please advise!

Reply via email to