Odd, works for me. IP restictions maybe?
Thx for trying to help anyway. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland Collins Sent: 12 May 2004 17:21 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Consuming webservices developed in other scripting languages I keep getting HTTP 500 errors - can't access the webservice! Roland -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Dudley Sent: Wednesday, May 12, 2004 4:26 AM To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Consuming webservices developed in other scripting languages Yup, http://www.streetmap.co.uk/smsl/smsl.dll?Handler=GenSMSLWSDL It's a store locator service, just for the interested. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland Collins Sent: 11 May 2004 17:31 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] Consuming webservices developed in other scripting languages Do you have the WSDL or a URL we can view the WS at? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Dudley Sent: Tuesday, May 11, 2004 5:37 AM To: [EMAIL PROTECTED] Subject: [CFCDev] Consuming webservices developed in other scripting languages Not strictly cfc related, but here goes, I need to access a group of web service methods that are in the following format; GetNumberOfEntries( [in] STR account, [in] STR password, [out] LONG* longOutCount, [out] STR* OutErrorMessage, [out,retval] LONG* longOutStatus ); I simply cannot get any of them to work, I'm assuming it's because they return/set multiple variables and cf can't do this? Dumping the stub object shows these methods as having a return type of void. And whatever parameters I pass into the method, it returns the error, Web service operation "getNumberOfEntries" with parameters {some params here} could not be found. The only semi useful suggestion I've some across so far os the write a .net or php webservice to act as a proxy, which would be a right royal PITA for the 6 or so large/complex methods I need to use. Several hours of searching on google hasn't turned up anything else, several people with the same issue, no solutions. Anyone got any ideas or workarounds? Craig Dudley Senior Developer Netstep Corporate Communications Ltd Direct Line: +44(0) 1422 319712 Phone: +44(0) 1422 200308 Fax: +44(0) 1422 200306 e-mail: [EMAIL PROTECTED] MS Messenger: [EMAIL PROTECTED] www: www.netstep.co.uk ---------------------------------------------------------- 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] ---------------------------------------------------------- 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] ---------------------------------------------------------- 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]
