Hello,
I'm really tyring to figure out how to use a simple web service in  
coldfusion.

My WS (helloworld.cfc)

<cfcomponent>
        <cffunction name="getMessage" access="remote" returntype="string">
                <cfargument name="name" type="string">
                <cfreturn "Hello " & arguments.name & "!">
        </cffunction>
</cfcomponent>

What I'm trying to figure out is how do I call this in a web browser?

And the last part is, I'm also trying to use RealBasic to get the  
result of this and I found a couple of comments that RB needs a  
SOAPAction header. How do I populate that in CFMX?

Thanks,
- Charles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274042
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to