Dave
Member since Dec 11, 2008
- Profile: /members/939-dave.htm
- URL: http://bitochon.com
- Comments: 2
Recent Blog Comments By Dave
-
My First ColdFusion Web Service
Posted on Oct 19, 2007 at 9:17 AM
I kept getting not found..But thanks to the help of Paul from cf-talk this is what was discovered. I'm still not sure what all of it means. Just to follow up on this, it seems that the webservice David was trying to consume using wsdl doesn't fit into the wsdl way of doing things in that it attempt... read more »
-
My First ColdFusion Web Service
Posted on Oct 17, 2007 at 2:11 PM
I am trying to do a simple web service in cold fusion and I am getting errors? Any ideas? This is the code? <cfobject type="JAVA" action="Create" name="factory" class="coldfusion.server.ServiceFactory"> <cfset RpcService = factory.XmlRpcService> <... read more »