You just use the returned variable mydoc in your code after the cfinvoke tag.
On 1/3/06, Bud <[EMAIL PROTECTED]> wrote: > Hi all. Long time no post. Been very busy, but as usual, making no money. :) > > I'm beginning thusly. > > <cfinvoke webservice > ="http://192.168.0.50:8500/ezcart_mx/webservice/QBWebConnectorSvc.wsdl" > method ="authenticate" > returnVariable="mydoc"> > <cfinvokeargument name="strUserName" value="cfezcart"> > <cfinvokeargument name="strPassword" value="test"> > </cfinvoke> > > Inside the wsdl file is the soap:address location element. Am I > supposed to point that to my cfc with my methods or should I point > that to a cfm file which in turns invokes those methods? > > My main point of confusion is, I'm specifying the wsdl file with the > web service definitions, but how and where do I access the CFC to > return my returnVariable? > > TIA for any help I can get here. If someone can just show me a sample > of a web service that specifies a wsdl file and returns output based > on the user input, I think I can figure this out. All of the example > I've seen point to a cfc with the wsdl being generated dynamically. CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228193 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

