Francois
Member since Mar 3, 2012
- Profile: /members/9693-francois.htm
- Comments: 1
Recent Blog Comments By Francois
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Mar 3, 2012 at 6:29 AM
What if I want to show the nodes or values of the id? Here's a part of the code: <response> <session id="309"/> </response> Trying this can't solve it: <cfset responseNodes = xmlSearch( soapResponse, "//*[ local-name() = 'session:id' ]" ) />... read more »