>Huh? The cfinvoke call creates the variable. You just use it.

But the variable has to be populated with a value. The value is based 
upon whether the authentication was successful and whether their is 
any data to be passed to quickbooks. I need to run cf code to return 
the value.

>http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/webser16.htm

Yes, you'll see that cfinvoke is calling 
http://www.xmethods.net/sd/2001/BabelFishService.wsdl. If you go look 
at that file, you'll see this line.

<soap:address location="http://services.xmethods.net:80/perl/soaplite.cgi"/>

What I'm asking is, in my CF scenario, would this value be to my cfc 
file, or to a cfm that included the cfc, or what?

:)

>
>
>On 1/3/06, Bud <[EMAIL PROTECTED]> wrote:
>>  >You just use the returned variable mydoc in your code after the 
>>cfinvoke tag.
>>
>>  But the returned variable mydoc has to be created. I need to parse
>>  the XML (username and password) and return a result. That's where I'm
>>  stuck. I am building the service from an existing WSDL file provided
>>  by Intuit. Inside the file is the element "soap:address location".
>>  Should I point that directly to my CFC or to a CFM files which then
>>  invokes the CFC?
>
>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:228304
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