Hey guys I am trying to do something that should be very simple. I have a cfc that I want to access as a soap service. This cfc is running on a windows server that doesn't allow anonymous user login.
If I navigate to the url of the cfc like so, http://www.sitename.com/test.cfc?WSDL. I get the appropriate wsdl (Bear in mind that when I navigate to this url IIS forces me to enter in my domain username/password). When I try to create my soap service in a cfm running on the same cf server like so, <cfset C = createObject('webservice',urladdress)> <cfset C.publish("testing","123")> I get the following error: "Could not generate stub objects for web service invocation." When I try to do the following: <cfhttp method="Get" url="#urladdress#" resolveURL="true" result="onerow" /> I am running cfmx7 on IIS6 on windows server 2003. The problem is occuring behind a firewall, the cfc is executing just fine as a component and I'm pretty sure that the cfhttp and the createobject are not hitting our proxy server. ANY IDEAS, ANY THOUGHTS? Thanks in advance. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
