Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
atech #1
I could use some assistance...
I am having some issues with CF7 - I am sure it's just me being a newbie to
Cold Fusion... But here is the deal... I need to set up several WSDLs to allow
me to access a database from various other applications written with Flash 7/8
and actionscript... The WSDLs don't seem to work - I keep getting messages like
this...
Web service operation "doNothing" with parameters {} could not be found.
Here is the source code I am using...
testws.cfc
<cfcomponent>
<cffunction name="testFunction" returntype="string">
<cfquery name="test" datasource="XLMS">
SELECT * FROM xlms_providerInfo
</cfquery>
<cfoutput query="test">
The Providers First Name is :
#provider_firstname# #provider_mi#. #provider_lastname#<br />
</cfoutput>
</cffunction>
<cffunction name="doNothing" returntype="string">
<cfset var rstr="Coldfusion">
<cfreturn rstr>
</cffunction>
</cfcomponent>
And here is the code that calls this component...
consumews.cfm
<cfinvoke webservice="http://127.0.0.1:8500/beta/testws.cfc?WSDL"
method="doNothing" returnvariable="rstr">
<cfoutput>
#rstr#
</cfoutput>
Any help would be appreciated. Thank you for your time and anticipatd
assistance.
Best regards,
James Almeida
atech Guest
-
Need Assistance PLEASE
I accidently changed my adminstative rights to limited. How do I correct this or access the administrator icon... It claims my administrator has a... -
Need some assistance please
I will try to word this as best I can. Some info on our site first: We have tried to make our sites structure reflect our organizational... -
Assistance with SELECT BETWEEN
SELECT area, count(*) * 100/ (select count (*) from traffic) as FROM traffic WHERE datein between "10/1/2003" and "11/30/2003" GROUP by area ... -
Assistance Needed...
COMPLETE NOVICE - SORRY... Greetings. I have a big problem with a flash file, I need to change the text displayed on mouse over / hit, But... -
Regex assistance
I am using the readdir comand to read from a directory, but I have presented the contents of my directory below as <DATA> for this presentation so...



Reply With Quote

