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:231786
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to