Re: WSDL 404 Error

2011-09-26 Thread Shannon Rhodes
Thanks all...it seems to have magically resolved itself after some server maintenance this weekend. I appeciate the help! ~| Order the Adobe Coldfusion Anthology now!

Re: WSDL 404 Error

2011-09-24 Thread Shannon Rhodes
Right. It can't find it. That's my problem: ColdFusion is supposed to create it automatically: ColdFusion automatically creates a WSDL file for any component referenced as a web service. For example, if you have a component named echo.cfc in your web root directory, you can view its

Re: WSDL 404 Error

2011-09-24 Thread Russ Michaels
check your runtime logs for Axis errors which may shed some light on any caused. Russ On Sat, Sep 24, 2011 at 11:19 PM, Shannon Rhodes shan...@rhodesedge.com wrote: Right.  It can't find it.  That's my problem:  ColdFusion is supposed to create it automatically: ColdFusion automatically

RE: WSDL 404 Error

2011-09-24 Thread Bobby Hartsfield
: Saturday, September 24, 2011 6:20 PM To: cf-talk Subject: Re: WSDL 404 Error Right. It can't find it. That's my problem: ColdFusion is supposed to create it automatically: ColdFusion automatically creates a WSDL file for any component referenced as a web service. For example, if you have

Re: WSDL 404 Error

2011-09-24 Thread Dave Watts
So folks, does anyone know what to do when ColdFusion fails to create the WSDL?? I don't think that CF is failing to create the WSDL. I think, instead, that there's something about your environment that is preventing these URLs from being resolved properly. The difference may be a subtle one,

Re: WSDL 404 Error

2011-09-24 Thread James Holmes
Back on our old CF servers (6 or 7, I can no longer remember) we needed to create a mapping that matched the physical path to fix this issue. So if our cfc was in http://mydomain.com/some_folder/hello.cfc, we needed to create a CF admin mapping for /some_folder/ to the physical path. -- Shu Ha

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 3:38 PM, Shannon Rhodes shan...@rhodesedge.comwrote: I'm testing publishing my first web service. The CFC works fine---I can call any of the functions and dump the results to the screen. Everything I read online when researching how to turn this into a web service

RE: WSDL 404 Error

2011-09-23 Thread Bobby Hartsfield
Can your server resolve http://mydomain/ ? Try to open the WSDL URL from a browser on the machine that is running CF. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Shannon Rhodes [mailto:shan...@rhodesedge.com] Sent:

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 3:55 PM, Casey Dougall ca...@uberwebsitesolutions.com wrote: On Fri, Sep 23, 2011 at 3:38 PM, Shannon Rhodes shan...@rhodesedge.comwrote: I'm testing publishing my first web service. The CFC works fine---I can call any of the functions and dump the results to the

Re: WSDL 404 Error

2011-09-23 Thread Shannon Rhodes
On Fri, Sep 23, 2011 at 3:38 PM, Shannon Rhodes shan...@rhodesedge.comwrote: I'm over 50% positive this happens with useing OnRequest in applicatiton.cfc I can't remember the work around for this off top of head since I don't do internal WSDL calls often but believe it is due to how

Re: WSDL 404 Error

2011-09-23 Thread Shannon Rhodes
No, same as the cfhttp call...but the cfc is there and functional as a normal object invocation. Can your server resolve http://mydomain/ ? Try to open the WSDL URL from a browser on the machine that is running CF. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com

Re: WSDL 404 Error

2011-09-23 Thread Shannon Rhodes
Thanks but it's not onrequest, this is the entire application.cfc: cfcomponent displayname=Application output=true hint=Handle the application. !--- Set up the application. --- cfset THIS.Name = WebServiceApp / /cfcomponent

RE: WSDL 404 Error

2011-09-23 Thread Bobby Hartsfield
Message- From: Shannon Rhodes [mailto:shan...@rhodesedge.com] Sent: Friday, September 23, 2011 4:06 PM To: cf-talk Subject: Re: WSDL 404 Error No, same as the cfhttp call...but the cfc is there and functional as a normal object invocation. Can your server resolve http://mydomain/ ? Try

Re: WSDL 404 Error

2011-09-23 Thread Shannon Rhodes
Why would there be an issue resolving the domain? CFM files work fine from the same directory when called via url. Is there some other step to making a web service available that I'm missing here? ~| Order the Adobe

Re: WSDL 404 Error

2011-09-23 Thread Casey Dougall
On Fri, Sep 23, 2011 at 4:33 PM, Shannon Rhodes shan...@rhodesedge.comwrote: Why would there be an issue resolving the domain? CFM files work fine from the same directory when called via url. Is there some other step to making a web service available that I'm missing here? Do you have

Re: WSDL 404 Error

2011-09-23 Thread Shannon Rhodes
Yes access is remote. The only reason why I did any object invocation on the cfc was to test it. I'm merely excluding the possibility of error in the cfc itself. But that does me no good---it needs to be a web service. That's my dead end, you call the web service and get a 404. Can anyone

RE: WSDL 404 Error

2011-09-23 Thread Bobby Hartsfield
-Original Message- From: Shannon Rhodes [mailto:shan...@rhodesedge.com] Sent: Friday, September 23, 2011 4:33 PM To: cf-talk Subject: Re: WSDL 404 Error Why would there be an issue resolving the domain? CFM files work fine from the same directory when called via url. Is there some other step