yes -----Original Message----- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:51 PM To: CF-Talk Subject: RE: Web Service Help
Are you sure that the code in OneCallNow.asmx supports a method called login? Try logging into CF Admin and removing that webservice since it tends to cache things like methods and parameter types. ~Brad -----Original Message----- From: David Adress [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:38 AM To: CF-Talk Subject: Web Service Help I can't for the life of me figure out why this is not working. I keep getting Web service operation "Login" could not be found. I tried deleting the web service from cf admin. I tried stopping and starting the service. I am using cf7 and running local on a windows xp machine. The code is: <cfinvoke webservice = "http://www.devcallnow.com/WebService/OneCallNow.asmx?wsdl" method = "LOGIN" returnvariable = "Token"> <cfinvokeargument name="service" value="1"/> <cfinvokeargument name="groupkey" value="111111"/> <cfinvokeargument name="pin" value="1111"/> </cfinvoke> Any ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291427 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

