Re: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-17 Thread Tom Chiverton
On Tuesday 16 Sep 2008, Matthew Dolloff wrote:
 I'm using web services since those were provided to me the database people
 that I am trying to talk to.

If the service you have no part in is throwing an error, shouldn't you be 
talking to them, not us ?

-- 
Tom Chiverton
Helping to elementarily architect low-risk architectures



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312656
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Dan Vega
Flex searches from the web root down. You should be able to point from the
web root down and invoke it using the url.

http://localhost/folder1/folder2/myservice.cfc?method=test

If you can not then it is not pointing to the right location of the cfc.

Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


On Tue, Sep 16, 2008 at 2:55 PM, Matthew Dolloff [EMAIL PROTECTED]
 wrote:

 Hey all.  I'm really new to Flex and CF and I am having to get someone
 else's code running on my local machine (ie local apache, local mssql, local
 cf).  I can get the page to semi load but when I load it I get an error that
 says Unable to invoke CFC - Could not find the ColdFusion Component or
 Interface  I can't seem to figure out why the flex can't find the CFC.  The
 cfc file is two directories below the main html file but the code points
 down those 2 directories (folder1.folder2.myservice.cfc).  Any ideas what
 might be causing this error?  It's driving me absolutely nuts.

 Thanks,
 Matt

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Matthew Dolloff
Flex searches from the web root down. You should be able to point from the
web root down and invoke it using the url.

http://localhost/folder1/folder2/myservice.cfc?method=test

If you can not then it is not pointing to the right location of the cfc.

Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


On Tue, Sep 16, 2008 at 2:55 PM, Matthew Dolloff [EMAIL PROTECTED]
 wrote:



Right now the service.xml file has the line
SERVICE ALIAS=ABC SERVICEPATH=ABC.cfservices.MyService 
DESTINATION=ColdFusion CLASSNAME=ABC.services.MyService /
Is this where i would change the path?  The ABC folder is contained in my root 
directory such that localhost/ABC/ABC.html


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312627
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Dave Watts
 Hey all.  I'm really new to Flex and CF and I am having to 
 get someone else's code running on my local machine (ie local 
 apache, local mssql, local cf).  I can get the page to semi 
 load but when I load it I get an error that says Unable to 
 invoke CFC - Could not find the ColdFusion Component or 
 Interface  I can't seem to figure out why the flex can't 
 find the CFC.  The cfc file is two directories below the main 
 html file but the code points down those 2 directories 
 (folder1.folder2.myservice.cfc).  Any ideas what might be 
 causing this error?  It's driving me absolutely nuts.

Are you using Remoting? Or WebService?

If you're using Remoting, did you recompile your app after changing
services-config.xml?

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312628
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Matthew Dolloff
 Hey all.  I'm really new to Flex and CF and I am having to 

Are you using Remoting? Or WebService?

If you're using Remoting, did you recompile your app after changing
services-config.xml?

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!

I'm using web services since those were provided to me the database people that 
I am trying to talk to.

I wish this were easier, but unfortunately this is my first hack at Flex/CF and 
this is not a straight forward program at all. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312631
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Brian Kotek
Make sure use-mappings is set to true in your services-config.xml.

On Tue, Sep 16, 2008 at 2:55 PM, Matthew Dolloff [EMAIL PROTECTED]
 wrote:

 Hey all.  I'm really new to Flex and CF and I am having to get someone
 else's code running on my local machine (ie local apache, local mssql, local
 cf).  I can get the page to semi load but when I load it I get an error that
 says Unable to invoke CFC - Could not find the ColdFusion Component or
 Interface  I can't seem to figure out why the flex can't find the CFC.  The
 cfc file is two directories below the main html file but the code points
 down those 2 directories (folder1.folder2.myservice.cfc).  Any ideas what
 might be causing this error?  It's driving me absolutely nuts.

 Thanks,
 Matt

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312644
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Flex CFC Call Problem - Unable to invoke CFC - Could not find the ColdFusion Component or Interface

2008-09-16 Thread Dave Watts
 I'm using web services since those were provided to me the 
 database people that I am trying to talk to.
 
 I wish this were easier, but unfortunately this is my first 
 hack at Flex/CF and this is not a straight forward program at all. 

So, in your Flex app, you have something like this?

mx:WebService
id=userRequest
wsdl=http://localhost:8500/path/to/your.cfc?wsdl;

What happens if you go to the WSDL URL in a browser?

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312649
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4