Joined: June 1st, 2005, 1:07 am Posts: 3
|
I've been trying to use Post Web Data with Coldfusion. I can Post Data from Opus Pro 4XE to Coldfusion using the Destination tag in Post Web Data just fine.
The problems come in when I try to retrieve data from a coldfusion CFC. I created a simple cfc as follows:
<cffunction name="string" access="remote" returnType="string">
<cfset vTest = 'Hello World'>
<cfreturn vTest>
</cffunction>
If I use Post Web Data to variable I receive the following:
<wddxPacket version='1.0'><header/><data><string>Hello World</string></data></wddxPacket>
Any Idea on how I can just Pull the data? Am I doing something wrong?
Any help appreciated.
Mike D.
|
|