> I'm beginning thusly.
> 
> <cfinvoke webservice 
> ="http://192.168.0.50:8500/ezcart_mx/webservice/QBWebConnector
> Svc.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?

I'm confused as well. Are you writing the web service yourself, or using a
CFC web service written by someone else? If so, you don\'t have to create
the WSDL file - just let CFMX generate it for you.

Assuming you're using a CFC web service, the URL would look something like
this:

http://yourserver/yourwebservice.cfc?wsdl

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:228224
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