Everyone, I solved this -- it is a firewall problem since the firewall is blocking the recquest because it is an unknown header with no URI.
Jeremy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Bruck Sent: Wednesday, July 14, 2004 3:19 PM To: [EMAIL PROTECTED] Subject: [CFCDev] WebService Invocation Error Everyone, We have a webservice that we are trying to invoke and we get the same error on all of our servers (2 production, 1 staging and 1 dev). It is a REALLY simple webservice call with no parameters to pass in and it is passing back a structure. The webservice we are calling is an external CFC. When the webservice invocation is tested on a personal server it works just fine -- we can't seem to invoke ANY webservice. Here is the error we are getting: Could not perform web service invocation "generateCode" because AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (302)Moved Temporarily faultActor: faultNode: faultDetail: {}string: return code: 302 The error occurred in C:\apache\htdocs\testws.cfm: line 13 11 : webservice="http://www.xxx.com/webservices/swkauth.cfc?wsdl" 12 : method="generateCode" 13 : returnvariable="keyCode"> 14 : </cfinvoke> All of our servers have the following configuration: Apache, Win2k, CFMX 6.1 (fully patched including webservice patch) Any ideas why we are getting this error? FYI, we can load the wsdl url in a browser with no problems -- this seems to be a server configuration error (Don't think it is a firewall issue since the request is coming from behind the firewall). Thanks, Jeremy ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
