Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
Mark, going back to your original problem. I am not sure if you have IPv4 IPv6 installed, but I just double checked that the local loop backs addresse for IpV4 V6 are in my IP debugging list. Can you try adding them both in and restarting ColdFusion and lets us know how you go. Regards, Andrew

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
You're right Dave you may need to re-read the threads again, because I am well aware of the error status pages. I was mainly talking to Charles about Friendly Error messages when you dropped by, if you are confused by that, this is not my problem. Regards, Andrew Scott WebSite:

Re: Enable Request Debugging Output not working

2015-04-06 Thread Russ Michaels
by default IIS will display a 500 server error if it gets back a CF error page as it doesn't know what to do with it as it doesn't send a valid error code that matches any IIS errors. In order to see the REAL cf error you have to turn on detailed error messages in IIS, or you have to create a

Re: Enable Request Debugging Output not working

2015-04-06 Thread Dave Watts
You're right Dave you may need to re-read the threads again, because I am well aware of the error status pages. I was mainly talking to Charles about Friendly Error messages when you dropped by, if you are confused by that, this is not my problem. You wrote an email. I responded to that

Re: Enable Request Debugging Output not working

2015-04-06 Thread Dave Watts
Whatever Dave, like I said this option is for ASP only. Here is a support article that a quick Google search dug up, if you can provide where in IIS you make this change I will eat my words. https://support.microsoft.com/en-us/kb/294807?wa=wsignin1.0 I'm not sure what posting a page about

Re: Enable Request Debugging Output not working

2015-04-06 Thread Michael Grant
My own personal, and albeit completely anecdotal, experience bears out what Russ has written. By default you get the crappy 500 error, which the first time I encountered it kept me running in circles for a while because I didn't think it was coming from CF. Hopefully the OP is at least being

Re: Enable Request Debugging Output not working

2015-04-06 Thread Russ Michaels
the only person arguing here is you, you seem very insistent on getting the last word and one-upping everyone today. All I have done is assert a fact I know to be true. On Mon, Apr 6, 2015 at 8:52 PM, Andrew Scott andr...@andyscott.id.au wrote: Russ, *sigh* I think you're arguing with the

Re: Enable Request Debugging Output not working

2015-04-06 Thread Russ Michaels
clealry I do know better than you, I suggest you take off your arrogamce hat for a while and actually try it with a clean install of IIS and you will find out that I am correct and that CF errors are not displayed by default, just a 500 server error. On Mon, Apr 6, 2015 at 8:35 PM, Andrew

Re: Enable Request Debugging Output not working

2015-04-06 Thread Russ Michaels
sorry but you are wrong, as a hosting provider I deal with this all the time on many many servers. what I said below is correct. On Mon, Apr 6, 2015 at 8:23 PM, Andrew Scott andr...@andyscott.id.au wrote: Russ, By default IIS is set to either send Detailed if local or Custom if remote, if

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
Russ, By default IIS is set to either send Detailed if local or Custom if remote, if one is changing this setting on a remote server it is likely to be a production server and should not be be touched. At least this is the way I read that, but again you don't need to touch any IIS setting when

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
Russ, *sigh* I think you're arguing with the wrong guy. Yes, that is what happens. Under a default install of IIS, the setting for the error pages is as described in the picture in the last link I sent. There is no denying that is the default setting, then on top of that I clearly stated that

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
​rotflmao, as a hosting provider you should know better.​ Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Apr 7, 2015 at 5:34 AM, Russ Michaels r...@michaels.me.uk wrote: sorry but you are wrong, as a hosting

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
output is not an error, it is the debugging information that added to the bottom of a page. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

RE: Enable Request Debugging Output not working

2015-04-06 Thread David Phelan
Andrew, IIS will capture CF errors and display friendly error messages if it is set to. The debugging output, however, should display regardless of this setting as, as you stated, it is not an error. I would look at the source to see if the output is being generated and simply being hidden

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
messages if it is set to. The debugging output, however, should display regardless of this setting as, as you stated, it is not an error. I would look at the source to see if the output is being generated and simply being hidden by a code or CSS change. I know that I've had that happen to me

Re: Enable Request Debugging Output not working

2015-04-06 Thread Dave Watts
I am very well aware after nearly 20 years of CF Development how it works, IIS doesn't capture CF errors at all. It only displays what is sent to it, in ColdFusion's case if it is not sending the status codes it usually ends up with a blank page. You can make any adjustments to IIS you like

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
I guess my installs of IIS work, cause the only time I have to make any changes is in CF where it says send HTTP status codes, nothing more and nothing less. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Apr 7, 2015 at

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
But Dave. This in IIS friendly error messages Has nothing to do with ColdFusion output, nothing at all. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Apr 7, 2015 at 2:23 AM, Dave Watts dwa...@figleaf.com wrote:

Re: Enable Request Debugging Output not working

2015-04-06 Thread Dave Watts
I guess my installs of IIS work, cause the only time I have to make any changes is in CF where it says send HTTP status codes, nothing more and nothing less. That's good for you! But there are many installs of IIS out there besides your own, and those installs might be configured differently

Re: Enable Request Debugging Output not working

2015-04-06 Thread Charles Sheehan-Miles
I believe the issue here, is that when you have the status code option set in ColdFusion, ColdFusion uses an H TTP status of 200, even for error pages. If you don't have that option, ColdFusion sends out status codes of 500 or whatever with there's an eeror. IIS does intercept those. Forget

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
Charles it is neither here nor there. ColdFusion Robust Exceptions need this setting to be enabled in ColdFusion, the display friendly error messages is a browser option and is not something one has to touch anyway. The other option in IIS is the setting of Custom ASP errors, there is no other

Re: Enable Request Debugging Output not working

2015-04-06 Thread Dave Watts
This in IIS friendly error messages Has nothing to do with ColdFusion output, nothing at all. No, but that's not what I responded to. Here's what I responded to, specifically: I am very well aware after nearly 20 years of CF Development how it works, IIS doesn't capture CF errors at all.

Re: Enable Request Debugging Output not working

2015-04-06 Thread Andrew Scott
Whatever Dave, like I said this option is for ASP only. Here is a support article that a quick Google search dug up, if you can provide where in IIS you make this change I will eat my words. https://support.microsoft.com/en-us/kb/294807?wa=wsignin1.0 Regards, Andrew Scott WebSite:

Re: Enable Request Debugging Output not working

2015-04-05 Thread Charles Sheehan-Miles
machine a week ago. http://stackoverflow.com/questions/13426984/500-internal-server-error-for-sql-server-error On Apr 5, 2015, at 5:37 PM, Andrew Scott andr...@andyscott.id.au wrote: IIS friendly error messages has absolutely nothing to do with Robust debugging. Regards, Andrew Scott

Re: Enable Request Debugging Output not working

2015-04-05 Thread Andrew Scott
fixed my dev machine a week ago. http://stackoverflow.com/questions/13426984/500-internal-server-error-for-sql-server-error On Apr 5, 2015, at 5:37 PM, Andrew Scott andr...@andyscott.id.au wrote: IIS friendly error messages has absolutely nothing to do with Robust debugging

Re: Enable Request Debugging Output not working

2015-04-05 Thread Russ Michaels
yes that is true, however debug output is not an error, it is the debugging information that added to the bottom of a page. On Mon, Apr 6, 2015 at 1:31 AM, Charles Sheehan-Miles char...@sheehanmiles.net wrote: With all due respect, that’s simply not true. IIS, depending on your settings

Re: Enable Request Debugging Output not working

2015-04-05 Thread Andrew Scott
IIS friendly error messages has absolutely nothing to do with Robust debugging. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Mon, Apr 6, 2015 at 4:52 AM, Charles Sheehan-Miles char...@sheehanmiles.net wrote: I had

Re: Enable Request Debugging Output not working

2015-04-05 Thread Russ Michaels
Do you have any ip restrictions set for the debug output? On Sun, Apr 5, 2015 at 3:49 AM, Mark Spence markpence...@gmail.com wrote: For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the

Re: Enable Request Debugging Output not working

2015-04-05 Thread Mark Spence
I have added 127.0.0.1 as a ip to serve debug output to, and I have also removed all ips to have debug info served to all ips. Neither results in output. On Sun, Apr 5, 2015 at 4:59 AM, Russ Michaels r...@michaels.me.uk wrote: Do you have any ip restrictions set for the debug output? On

Re: Enable Request Debugging Output not working

2015-04-05 Thread Charles Sheehan-Miles
I had this recently... The problem wasn't Coldfusion at all, it was IIS. Even locally I couldn't get debugging. Check website settings and make sure friendly error messages or whatever it turned off (sorry I'm not at a computer so can't remember the exact terminology) Sent from my iPhone

Re: Enable Request Debugging Output not working

2015-04-05 Thread Russ Michaels
The most common cause is that you have a CFSETTING in your code somewhere that is preventing the debug output. Have you tried simply creating a simple test page outside of your application to check if the debug output works ? On Sun, Apr 5, 2015 at 7:29 PM, Mark Spence markpence...@gmail.com

Enable Request Debugging Output not working

2015-04-04 Thread Mark Spence
For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the server, restarting the box. Nothing has helped. Google has failed me. Running on windows 8.1 and IIS.

Re: Debugging AMF call

2013-03-07 Thread Rick Root
Nope, and if you google amfRequest cc is not defined you'll actually see a lot of others. No errors are logged by coldfusion, and as I said, I put a cflog right before the cfreturn and that works. *AND* the http status code is 200 - a CF error would normally throw a 500. I think my issue is

Debugging AMF call

2013-03-06 Thread Rick Root
As you may know, I've recently migrated our web server from CF8 to CF10. have an old app that I wrote with Flash MX 2004 =) The /flashservices request was erroring with a 404, but with this advice ( http://inflagrantedelicto.memoryspiral.com/2012/12/flashservicesgateway-and-coldfusion-10/) to

Re: Debugging AMF call

2013-03-06 Thread Cameron Childress
On Wed, Mar 6, 2013 at 3:25 PM, Rick Root rick.r...@gmail.com wrote: and amf response tabs, but the amf request just says cc is not defined and the amf response says missingResponse Use Charles to view the entire AMF reply: http://www.charlesproxy.com/ Smells like CF is throwing an error of

Re: debugging output

2013-02-01 Thread Russ Michaels
...@gmail.com wrote: I just recently moved to a dedicated server after years of slumming in a shared environment. Relatively painless so far except for the debugging stuff. I'm used to the Error Executing Database Query.You have an error in your SQL syntax...blah blah type messages coming up on errors

debugging output

2013-01-31 Thread Les Irvin
I just recently moved to a dedicated server after years of slumming in a shared environment. Relatively painless so far except for the debugging stuff. I'm used to the Error Executing Database Query.You have an error in your SQL syntax...blah blah type messages coming up on errors, but now all I

Debugging

2012-10-31 Thread Rob Voyle
Hi Folks I have been moved to new servers Using CF9 and need to turn on debugging. I have Enable Robust Exception Information selected along with all the options on Debug Output settings but I just get 500 Internal Server errors with no debugging information. What am I missing Thanks Rob

Re: Debugging

2012-10-31 Thread Matt Quackenbush
. A check of the archives hopefully will reveal it pretty quickly. HTH On Wed, Oct 31, 2012 at 10:12 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have been moved to new servers Using CF9 and need to turn on debugging. I have Enable Robust Exception Information selected along with all

Re: Debugging

2012-10-31 Thread Matt Quackenbush
ago. A check of the archives hopefully will reveal it pretty quickly. HTH On Wed, Oct 31, 2012 at 10:12 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have been moved to new servers Using CF9 and need to turn on debugging. I have Enable Robust Exception Information selected along

Re: Debugging

2012-10-31 Thread Rob Voyle
Hi Matt That was it thanks a bunch Rob On 31 Oct 2012 at 10:20, Matt Quackenbush wrote: Oops. My bad. That thread was actually on another list. :-) This is what I got after a quickie Google search: http://helpnotes.vpasp.com/kb/611-General-hosting-questions/1089-How

Re: debugging in cfscript

2012-02-09 Thread daniel kessler
you have cf_abort in your code instead of cf_abort() I am using cf_abort. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: debugging in cfscript

2012-02-09 Thread daniel kessler
Looks like the issue is that you have the cf_dump() and cf_abort() calls outside of the curly braces. ok, that's a thought that I hadn't considered. I moved them inside the brackets and now I don't receive an error. Thank you! Unfortunately, I also don't receive the dump or the abort. I

Re: debugging in cfscript

2012-02-09 Thread daniel kessler
Unfortunately, I also don't receive the dump or the abort. I even built an array to dump to simplify the test and assure that there's dumpable data. sigh I guess I'm just not used to this. Maybe the logs will reveal what happened. ok, it looks like the cf_dump() is working. If I put

Re: debugging in cfscript

2012-02-09 Thread Rex
yes, but to call cf_abort, you want to do cf_abort() It's like calling #now# instead of #now()# - Rex On 2/9/2012 5:46 AM, daniel kessler wrote: you have cf_abort in your code instead of cf_abort() I am using cf_abort.

Re: debugging in cfscript

2012-02-09 Thread Carl Von Stetten
Rex, I think cf_abort is a custom tag, not a UDF, so it would not be called using cf_abort(). -Carl On 2/9/2012 9:19 AM, Rex wrote: yes, but to call cf_abort, you want to do cf_abort() It's like calling #now# instead of #now()# - Rex On 2/9/2012 5:46 AM, daniel kessler wrote: you have

Re: debugging in cfscript

2012-02-09 Thread Matt Quackenbush
Nopers. Daniel has an cffunction name=cf_abort in his CFC. See his previous posts in the thread. On Thu, Feb 9, 2012 at 12:04 PM, Carl Von Stetten vonner.li...@vonner.netwrote: Rex, I think cf_abort is a custom tag, not a UDF, so it would not be called using cf_abort(). -Carl On

Re: debugging in cfscript

2012-02-09 Thread Carl Von Stetten
Oops. I missed that. Nevermind! :-[ On 2/9/2012 10:10 AM, Matt Quackenbush wrote: Nopers. Daniel has ancffunction name=cf_abort in his CFC. See his previous posts in the thread. On Thu, Feb 9, 2012 at 12:04 PM, Carl Von Stetten vonner.li...@vonner.netwrote: Rex, I think cf_abort is a

Re: debugging in cfscript

2012-02-08 Thread daniel kessler
I added this to my component, but I'm getting an error while calling it from within the component. cfcomponent hint=Replaces The Package PK_employer cffunction name=cf_abort output=false returntype=void cfabort / /cffunction cffunction name=cf_dump output=false returntype=void

Re: debugging in cfscript

2012-02-08 Thread daniel kessler
To clarify, I receive an error when these function calls are used and no error when they're commented out. --- Invalid CFML construct found on line 78 at column 33. ColdFusion was looking at the following text: else The CFML compiler was processing: a script statement beginning

Re: debugging in cfscript

2012-02-08 Thread Matt Quackenbush
First off, this is a nearly 4 year old thread. It may or may not apply to what you're working on now. What CFML engine and version are you using? What is the relevant code? On Wed, Feb 8, 2012 at 1:24 PM, daniel kessler dani...@umd.edu wrote: To clarify, I receive an error when these

Re: debugging in cfscript

2012-02-08 Thread daniel kessler
First off, this is a nearly 4 year old thread. It may or may not apply to what you're working on now. What CFML engine and version are you using? What is the relevant code? I didn't think reposting was a good idea, since there was a thread with a relevant history. I'm using CF7. I posted

Re: debugging in cfscript

2012-02-08 Thread Matt Quackenbush
The error code mentions Line 63 as the start of an if () statement, and Line 52 as the start of the cfscript tag. We'll need probably the entire if () block at the least, as it would seem the issue lies in there. Hard to speculate based solely upon the error message, as CF is notorious for

Re: debugging in cfscript

2012-02-08 Thread daniel kessler
The error code mentions Line 63 as the start of an if () statement, and Line 52 as the start of the cfscript tag. We'll need probably the entire if () block at the least, as it would seem the issue lies in there. Hard to speculate based solely upon the error message, as CF is notorious for

Re: debugging in cfscript

2012-02-08 Thread Matt Quackenbush
Looks like the issue is that you have the cf_dump() and cf_abort() calls outside of the curly braces. if ( // all those items ) { // stuff here } cf_dump(dbResult); cf_abort(); else // other stuff You need to move those two items inside of the }. HTH On Wed, Feb 8, 2012 at

Re: debugging in cfscript

2012-02-08 Thread Azadi Saryev
you have cf_abort in your code instead of cf_abort() On Thu, Feb 9, 2012 at 04:20, Matt Quackenbush quackfu...@gmail.com wrote: Looks like the issue is that you have the cf_dump() and cf_abort() calls outside of the curly braces. if ( // all those items ) {    // stuff here }    

debugging doesn't display on local sevrver

2011-12-07 Thread Greg Morphis
I have CF 9 developer version running on IIS 7, my server is http://localhost:81 I look in the cfadmin and the debugging options are selected, I check Application.cfc and I've got cfsetting requesttimeout=200 showdebugoutput=true

Re: debugging doesn't display on local sevrver

2011-12-07 Thread Russ Michaels
cf only cares about the IP address, by default it allows localhost in the IP restrictions. Try removing all the IP restrictions and see if that helps. Also are u sure you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM, Greg

Re: debugging doesn't display on local sevrver

2011-12-07 Thread Greg Morphis
the IP restrictions and see if that helps. Also are u sure you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM, Greg Morphis gmorp...@gmail.com wrote: I have CF 9 developer version running on IIS 7, my server is http

Re: debugging doesn't display on local sevrver

2011-12-07 Thread Carl Von Stetten
wrote: cf only cares about the IP address, by default it allows localhost in the IP restrictions. Try removing all the IP restrictions and see if that helps. Also are u sure you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM

Re: debugging doesn't display on local sevrver

2011-12-07 Thread Greg Morphis
you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM, Greg Morphisgmorp...@gmail.com  wrote: I have CF 9 developer version running on IIS 7, my server is http://localhost:81 I look in the cfadmin and the debugging options

Re: debugging doesn't display on local sevrver

2011-12-07 Thread Carl Von Stetten
in the IP restrictions. Try removing all the IP restrictions and see if that helps. Also are u sure you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM, Greg Morphisgmorp...@gmail.comwrote: I have CF 9 developer version

Re: Debugging SOAP

2011-06-04 Thread Robert Rhodes
I wanted to circle back and thank everyone who helped me on this thread. I did as Nathan described below, and it was immediately clear that the cfinvoke posts were not going out. After some painful troubleshooting and using a lot of very bad words, I figured out why. When using cfinvoke, you

Re: Debugging SOAP

2011-05-25 Thread Jochem van Dieten
On Tue, May 24, 2011 at 10:48 AM, James Holmes wrote: One issue the OP faces is that the traffic is HTTPS. The request will have to change to HTTP before anything useful will show up. In that case, these are the steps I usually go through: 1. Download the WSDL file. 2. Change the endpoints

Re: Debugging SOAP

2011-05-25 Thread Nathan Mische
On Tuesday, May 24, 2011, Robert Rhodes rrhode...@gmail.com wrote: I don't need to monitor between my computer and the application server.  I need to monitor between the application server and a remote server across the web that hosts the web service. Adding the proxyserver and proxyport

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
Hello Jochem. I checked out Wireshark, but did not see a way for it to show me the XML I was sending. Am I missing something? It looks like Wireshark is a packet capture tool? rr On Mon, May 23, 2011 at 7:47 AM, Jochem van Dieten joch...@gmail.comwrote: On Mon, May 23, 2011 at 1:16 AM,

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
: SoapUI is a great tool for debugging soap: http://www.soapui.org/ If you give it a WSDL url it can generate stubs for testing the remote service and lets you see and edit all aspects of the soap request and response. -- Pete Freitag - Adobe Community Professional http://foundeo.com

Re: Debugging SOAP

2011-05-24 Thread Jochem van Dieten
On Tue, May 24, 2011 at 9:55 AM, Robert Rhodes wrote: Hello Jochem.  I checked out Wireshark, but did not see a way for it to show me the XML I was sending.  Am I missing something?  It looks like Wireshark is a packet capture tool? Yes, it is a packet capture tool. It allows you to drill

Re: Debugging SOAP

2011-05-24 Thread James Holmes
One issue the OP faces is that the traffic is HTTPS. The request will have to change to HTTP before anything useful will show up. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 16:14, Jochem van Dieten joch...@gmail.com wrote: On Tue, May 24, 2011 at

Re: Debugging SOAP

2011-05-24 Thread Russ Michaels
Have you tried using getHttpRequestData ? http://www.cfquickdocs.com/cf8/?getDoc=GetHttpRequestData or getSoapRequest http://www.cfquickdocs.com/cf8/?getDoc=GetSOAPRequest -- Russ Michaels www.bluethunderinternet.com : Business hosting services solutions www.cfmldeveloper.com:

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
Yes, that is the case. And all my attempts so for to view the https xml and response have failed. This is probably because there is some part of this that I am just not getting. I am hoping for that lightbulb moment soon. In the meantime, I am feeling totally lost On Tue, May 24, 2011 at

Re: Debugging SOAP

2011-05-24 Thread James Holmes
SSL is designed to stop you doing exactly that. You would need to send your request to a proxy that has a spoofed certificate, all of which is a pain to organise. On Tuesday, 24 May 2011, Robert Rhodes rrhode...@gmail.com wrote: Yes, that is the case.  And all my attempts so for to view the

Re: Debugging SOAP

2011-05-24 Thread Mark Drew
Have you guys tried out http://www.soapui.org/ yet? I found it invaluable when working with odd WebServices HTH MD On 24 May 2011, at 14:58, James Holmes wrote: SSL is designed to stop you doing exactly that. You would need to send your request to a proxy that has a spoofed

RE: Debugging SOAP

2011-05-24 Thread Brook Davies
I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for debugging web service calls and it can dump the raw XML request/response and allows you to inspect HTTPS traffic... Brook -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 1:00 AM To: cf

Re: Debugging SOAP

2011-05-24 Thread James Holmes
-- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 22:07, Brook Davies cft...@logiforms.com wrote: I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for debugging web service calls and it can dump the raw XML request/response and allows you

Re: Debugging SOAP

2011-05-24 Thread James Holmes
Yes, the fiddler proxy is worth a shot. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 22:07, Brook Davies cft...@logiforms.com wrote: I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for debugging web service calls and it can dump the raw

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
/Fiddler2/version.asp ) for debugging web service calls and it can dump the raw XML request/response and allows you to inspect HTTPS traffic... Brook -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 1:00 AM To: cf-talk Subject: Re: Debugging SOAP

RE: Debugging SOAP

2011-05-24 Thread Brook Davies
Did you install it on the dev server? Brook -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 10:01 AM To: cf-talk Subject: Re: Debugging SOAP Brook, would you share how to set fiddler up? I could not get it to show me traffic between by dev server

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
incorrectly. RR On Tue, May 24, 2011 at 1:10 PM, Brook Davies cft...@logiforms.com wrote: Did you install it on the dev server? Brook -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 10:01 AM To: cf-talk Subject: Re: Debugging SOAP Brook, would you

RE: Debugging SOAP

2011-05-24 Thread Brook Davies
-Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 10:41 AM To: cf-talk Subject: Re: Debugging SOAP Yes I loaded it on the development web/cf9 server. And I set fiddler to the ssl port we are using. From another computer, I loaded up the site on the dev

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
...@gmail.com] Sent: May-24-11 10:41 AM To: cf-talk Subject: Re: Debugging SOAP Yes I loaded it on the development web/cf9 server. And I set fiddler to the ssl port we are using. From another computer, I loaded up the site on the dev server and ran the cfinvoke to post up the soap

RE: Debugging SOAP

2011-05-24 Thread Brook Davies
Sorry Robert, I haven't used it in that context.. -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 10:53 AM To: cf-talk Subject: Re: Debugging SOAP I tried both and fiddler caught the traffic between my browser and CF, but not between CF

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
Anyone else have any ideas on how to monitor SOAP exchanges between my application server and the remote server hosting the service? Everything I have tried so far (fiddler, Charles, soapUI, wireshark) is just not working (Or I don't know enough to make it work). RR On Sun, May 22, 2011 at

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
No problem Brook. Thanks for the replies. :) It seems I must have an unusual need here. RR On Tue, May 24, 2011 at 2:25 PM, Brook Davies cft...@logiforms.com wrote: Sorry Robert, I haven't used it in that context.. ~|

Re: Debugging SOAP

2011-05-24 Thread Russ Michaels
can you speak to the people who run the web service and ask them if you can access it without ssl or ask them if have any kind of debugging/testing interface or perhaps simply give you access to logs.. Russ On Tue, May 24, 2011 at 10:43 PM, Robert Rhodes rrhode...@gmail.com wrote: No problem

RE: Debugging SOAP

2011-05-24 Thread Brook Davies
the response? Am I missing something? Brook -Original Message- From: Robert Rhodes [mailto:rrhode...@gmail.com] Sent: May-24-11 2:43 PM To: cf-talk Subject: Re: Debugging SOAP No problem Brook. Thanks for the replies. :) It seems I must have an unusual need here. RR On Tue, May 24, 2011

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
-talk Subject: Re: Debugging SOAP No problem Brook. Thanks for the replies. :) It seems I must have an unusual need here. RR On Tue, May 24, 2011 at 2:25 PM, Brook Davies cft...@logiforms.com wrote: Sorry Robert, I haven't used it in that context

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
access it without ssl or ask them if have any kind of debugging/testing interface or perhaps simply give you access to logs.. Russ On Tue, May 24, 2011 at 10:43 PM, Robert Rhodes rrhode...@gmail.com wrote: No problem Brook. Thanks for the replies. :) It seems I must have an unusual

Re: Debugging SOAP

2011-05-24 Thread Nathan Mische
...@michaels.me.uk wrote: can you speak to the people who run the web service and ask them if you can access it without ssl or ask them if have any kind of debugging/testing interface or perhaps simply give you access to logs.. Russ On Tue, May 24, 2011 at 10:43 PM, Robert Rhodes rrhode

Re: Debugging SOAP

2011-05-24 Thread Robert Rhodes
: can you speak to the people who run the web service and ask them if you can access it without ssl or ask them if have any kind of debugging/testing interface or perhaps simply give you access to logs.. Russ On Tue, May 24, 2011 at 10:43 PM, Robert Rhodes rrhode

Re: Debugging SOAP

2011-05-23 Thread Jochem van Dieten
On Mon, May 23, 2011 at 1:16 AM, Robert Rhodes wrote: Would one of you kind souls tell me how to configure one of these programs (or some other program) so I can see my SOAP going out and see the response? Install Wireshark to capture all traffic on a system: http://www.wireshark.org/ Jochem

Re: Debugging SOAP

2011-05-23 Thread Pete Freitag
SoapUI is a great tool for debugging soap: http://www.soapui.org/ If you give it a WSDL url it can generate stubs for testing the remote service and lets you see and edit all aspects of the soap request and response. -- Pete Freitag - Adobe Community Professional http://foundeo.com

Debugging SOAP

2011-05-22 Thread Robert Rhodes
Hello everyone. I appreciate the help you have given me recently. Now I have a new challenge, and I am sure some of you have faced it before. I have written an application that gets and puts data to a SOAP .asmx web service running on a windows server across the internet. I am using cfinvoke.

debugging information and scrollbar

2011-01-20 Thread fun and learning
Hi All - I am getting a vertical scrollbar even when the contents fit properly on the screen. I am using jqgrid, and using cfsetting showdebugoutput=no on all pages. The scrollbar does not make any sense as there is no content to scroll. Is there a way to remove this, or any pointers on why

CF8 Administrator's Debugging Options

2011-01-04 Thread Richard Steele
I don't understand how the Debugging options with a specific IP Address works. If I check the Enable Robust Exception information on a production server (we have no development server) and include only a specific IP Address, our website still shows the Robust Exception information to ALL

Re: CF8 Administrator's Debugging Options

2011-01-04 Thread James Holmes
Visitors to your production server should never see the raw exception information, robust or not. Debugging should also be turned off on a production server. Create a custom exception handler template that either displays to you the necessary info based on IP address or alternatively sends

Re: CF8 Administrator's Debugging Options

2011-01-04 Thread Dave Watts
If the Enable Robust Exception information is disabled and Enable Request Debugging Output is enabled, what information is then shown only to that specific IP address? Debug output is not the same as exception information. Every request, whether there's an exception or not, will generate

Re: CF8 Administrator's Debugging Options

2011-01-04 Thread Russ Michaels
Robust Exception information is the information that is displayed when an error occurs. Request Debugging Output is the debugging info that is displayed at the bottom of every page. Only Request Debugging Output will be restricted by IP address. You should leave this enabled on a production

Debugging output is not working

2010-11-02 Thread Monique Boea
Hello. We have a new CF 9 server and the debugging output is set in the administrator but it still doesn't show on the page. I asked the server admin about it and here is his reply: *The debugger had to be turned on, port set (5005), and CF restarted. I have done this and setup redirects

RE: Debugging output is not working

2010-11-02 Thread Russ Michaels
On CF9 by default there are 2 entries in the debugging IP's You need to remove these if you want debugging to be visible to everyone. Regards -- Russ Michaels www.cfmldeveloper.com - free CFML hosting for developers my blog: http://russ.michaels.me.uk/ skype: russmichaels -Original

  1   2   3   4   5   6   7   >