Community Member Profile
Leonard Inegbedion
Member since Dec 8, 2009
- Profile: /members/4908-Leonard-Inegbedion.htm
- Comments: 2
- Points: 29
Recent Blog Comments By Leonard Inegbedion
-
Invoking My First Web Service With ColdFusion (Amazon Web Service)
Posted on Jan 11, 2010 at 12:53 PM
@BB, Hi, i have actually not used amazon's api before but you need to convert the xml to a coldfusion document object using XmlParse() function and use the XmlSearch() function to get values from each node. Example: <cfset xmlRequest = XmlParse(strXml.Trim()) /> wher... read more »
-
Invoking My First Web Service With ColdFusion (Amazon Web Service)
Posted on Dec 8, 2009 at 3:50 PM
Please whats the difference between REST and SOAP? Why don't you use the normal <cfinvoke webservice=..........>??... read more »



