Randy Johnson
Member since Nov 12, 2011
- Profile: /members/9235-randy-johnson.htm
- Comments: 2
Recent Blog Comments By Randy Johnson
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Nov 12, 2011 at 3:03 PM
@Miguel -- I think I am in the same boat as you. I was able to access high-level info using <cfset sessionGuid=aConsoleLoginResult.getSessionGuid()> and similar. I get all of the login info that way; I would then craft a SOAP envelope as follows: <cfsavecontent variable=&quo... read more »
-
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Posted on Nov 12, 2011 at 2:44 PM
Thank you so much, Ben, for this information. It helped me work past a probem that has been plaguing me for days! I needed to get the Values for given Keys out of 100s of nodes structured just like this: <c:KeyValueOfstringanyType> <c:Key>ReceivesMemberBenefits</c:Key> <c... read more »