My feeling is that CF6 has some kind of bug regarding this stuff... we went
through a lot to get it to work with CF6 with ASP.NET as the webservice we
were trying to consume... and so far no problems with CF7. 



> -----Original Message-----
> From: Ian Skinner [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 09, 2006 12:05 PM
> To: CF-Talk
> Subject: CF Webservice woes.
> 
> When ever I attempt to make a webservice, I have to pull out an
> unresonalbe amount of my remaing hair to get it to work.
> 
> Every time.  I crete a CFC, test it out locally, get it working as I like.
> Change the access to the appropiate methods to remote.  Write some test
> code such as:
> 
> <cfinvoke webservice ="http://infoweb/resources/cfcs/unit_no.cfc?wsdl";
>       method ="Unit_No_Type"
>       unit_no = "d12312312d"
>       returnvariable="foo">
> 
> OR
> 
> <cfset something = createObject("webservice",
> "http://infoweb/resources/cfcs/unit_no.cfc?wsdl";)>
> 
> <cfdump var="#something#">
> 
> And I get errors about "Could not generate stub objects for web service
> invocation."
> 
> What is this all about.  Is there some basic webservice development step I
> am munging or what?
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231788
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to