Jim Ruzicka
Member since Oct 26, 2009
- Profile: /members/4612-jim-ruzicka.htm
- Comments: 2
Recent Blog Comments By Jim Ruzicka
-
My First ColdFusion Web Service
Posted on Nov 2, 2009 at 9:57 AM
No prob Ben, thanks for responding. I have another question for you or anyone who might be watching. When I invoke a webservice that was built with java and it has a complex object and the stubs ColdFusion creates is 99% correct and the resulting XML request just needs to be tweaked a very small a... read more »
-
My First ColdFusion Web Service
Posted on Oct 26, 2009 at 4:59 PM
Does anyone know of a way to dynamically change the endpoint of a webservice when using the cfhttp method of calling a wsdl? With createobject, I know you can do: <cfset ws = CreateObject("webservice", "#variables.wsdlLoc#", "myPORT")/> <cfscript> ws._setProperty("javax.xml.rpc.servic... read more »