XStandard ColdFusion Web Services Solution

Posted June 12, 2006 at 1:56 PM

Tags: ColdFusion, Work, XStandard WYSIWYG

I have programmed a ColdFusion version of the XStandard web services. I feel that XStandard is the best WYSIWYG XHtml editor that I have ever come across. I have worked hard with the support XStandard to come up with a version of their code that will integrate nicely with our ColdFusion applications.

For those of you who already use XStandard with ColdFusion and an alternate web services solution such as ASP or PHP, here are some reasons you might want to consider switching to my ColdFusion edition:

  1. ColdFusion is generally easier to understand and modify (especially if your speciality is ColdFusion).
  2. It will be called as part or your ColdFusion application and use all the pre-page processing that any page on your site will call. This leads to all sorts of security and integration benefits.
  3. It does NOT require the installation of any COM objects that are required for the ASP(X) versions.
  4. It has a better debugging and testing environment that allows you to see the SOAP requests made by the XStandard editor and the SOAP responses made by the ColdFusion code.

This is NOT AN OFFICIALLY SUPPORTED version of the XStandard web services. You can work with XStandard support to get things up and running, but feel free to post comments here if you are having trouble and I can help you integrate.

Download the RAR: xstandard_coldfusion_2006_06_22.rar

Old Updates:
xstandard_coldfusion_2006_06_12.rar

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Jun 12, 2006 at 2:18 PM // reply »
124 Comments

Great work!


Sep 29, 2006 at 10:33 AM // reply »
17 Comments

Just trying to decide whether I want a solution that needs software installing on each client computer - rather goes against the grain of a web-based application...


Sep 29, 2006 at 10:39 AM // reply »
7,539 Comments

Seb,

I hear you. It was a step in another direction to go the installed ActiveX route. Howerver, FireFox installs it automatically... and frankly, it is such a high-level application that I am ok with installing it. The pros so far out weigh the cons in my head.


Feb 1, 2007 at 11:18 PM // reply »
165 Comments

Ben, you rock. I'll definitely look into replacing the the provided ASP.net web services I'm using at work with your code when I have some spare cycles.


Feb 2, 2007 at 7:54 AM // reply »
7,539 Comments

Thanks dude! When I get some more time, I am looking to update this code. I used XPath for the first time and it was my first experience with SOAP so there is a lot stuff that could be much cleaner. It also converts things to XML and back to string for no useful reason.

When I have a some free time, I will get to it eventually :)


Jan 16, 2008 at 8:43 AM // reply »
1 Comments

Ben, you rock. I'll definitely look into replacing the the provided ASP.net web services I'm using at work with your code when I have some spare cycles.

Thanks man


Jan 29, 2008 at 1:40 AM // reply »
1 Comments

Dude, i appreciate your work.

Keep it up :)

Best regards,


Feb 5, 2008 at 4:15 AM // reply »
1 Comments

Really nice blog i would visit often

peace


eqt
Feb 5, 2008 at 6:07 PM // reply »
1 Comments

Great work


Feb 6, 2008 at 8:56 PM // reply »
1 Comments

Really nice blog Great work


eqt
Feb 19, 2008 at 5:58 PM // reply »
1 Comments

Great work


Apr 7, 2008 at 9:43 AM // reply »
1 Comments

Thank you great work. You site very helpfull :)


Apr 8, 2008 at 4:29 AM // reply »
1 Comments

Ben, you rock. I'll definitely look into replacing the the provided ASP.net web services I'm using at work with your code when I have some spare cycles.

thank you


Apr 8, 2008 at 7:57 PM // reply »
1 Comments

thank you


Apr 9, 2008 at 2:56 PM // reply »
1 Comments

great work


Apr 11, 2008 at 10:22 PM // reply »
1 Comments

Great job! thank you very much


Apr 20, 2008 at 1:26 PM // reply »
1 Comments

Great work


May 15, 2008 at 8:06 PM // reply »
1 Comments

thank you

verey goooood


May 16, 2008 at 1:17 AM // reply »
1 Comments

thank you ben nadel


Jul 21, 2008 at 6:22 AM // reply »
1 Comments

thanks ben nadel.


Jul 27, 2008 at 6:55 AM // reply »
2 Comments

XStandard , is verygood . problem is we must pay for XStandard and Coldfusion .

Thank you.


Aug 22, 2008 at 5:00 AM // reply »
1 Comments

HI
Would like to know how to write Coldfusion web service which will accept the attachment .
As per the SOAP attachment


Mar 12, 2009 at 10:56 AM // reply »
2 Comments

Thanks for sharing, i 'm looking for a good WYSIWYG and i need one as soon as possible so i think i will try Xstandard.


May 29, 2009 at 7:24 AM // reply »
1 Comments

Thank you;
Ben Nadel..
love you...


May 29, 2009 at 8:52 AM // reply »
1 Comments

Ben, you rock. I'll definitely look into replacing the the provided ASP.net web services I'm using at work with your code when I have some spare cycles.


Aug 15, 2009 at 7:39 PM // reply »
2 Comments

thank you ben nadel


Aug 27, 2009 at 2:11 PM // reply »
1 Comments

Your post is very interesting and also very informative. thanks for sharing such a nice post with us.


Sep 1, 2009 at 7:47 PM // reply »
1 Comments

XStandard , is verygood . problem is we must pay for XStandard and Coldfusion .

Thank you.


Sep 1, 2009 at 7:49 PM // reply »
1 Comments

thanks ben nadel.


Sep 2, 2009 at 8:27 AM // reply »
1 Comments

Thanks for sharing. Great work!


Oct 9, 2009 at 1:05 AM // reply »
2 Comments

HI,
I dont know if i am in the correct forum, i have a webservice https://somehost/xmlfeed/somefile.cfc?wsdl
its working fine my problem is that when i remove "?wsdl" from the url and enter in a browser's addressbar it is revealing the login for the ColdFusion administrator.Can you advise any way to prevent this?
Thanks in Advance!!!!!!!!


Oct 9, 2009 at 3:48 PM // reply »
7,539 Comments

@Sujith,

If you remove the WSDL flag, you have to include a method to execute:

somefile.cfc?method=someMethod

... otherwise, the ColdFusion server wants to explore it, rather than execute it.


Oct 10, 2009 at 12:28 PM // reply »
2 Comments

Thank you Ben, thanks a lot.... :)


Oct 25, 2009 at 9:37 PM // reply »
6 Comments

Hi Ben

I've been using XStandard for a few years now and never had the time to play around with the LinkLibary, DirectoryLibrary, ImageLibrary and AttachmentLibrary. I've also been put off because the sample code is ASP or PHP which I wasn't comfortable with installing on our web server. I'm in the process of building a bespoke CMS for our website and I stubled across your version here recently and am in the process of integrating it. Thanks very much for sharing your code, it works brilliantly and I'm sure would have taken you quite a bit of time so thanks again for sharing!!!!

Cheers
Matthew


Oct 25, 2009 at 9:48 PM // reply »
6 Comments

Hello again, I forgot to mention in my last post that I was banging my head against the wall when 1st trying to get your code setup and wanted to share my solution to save others time.

When I "installed" your web service version I dropped the directory into the CMS folder. My main rationale for this was for security to prevent a malicious person from hitting the cfm files directly and trying to upload some dogey files or code (unlikely I know but just another barier, also it just keeps the web service file neatly within the CMS). Anyway, I couldn't get any of the web services to work i.e when I clicked on any of the related buttons in XStandard it would throw a unable to conect to web service error. Unfortunately there is no way of debugging errors within XStandard so it was a lot of guess work. I could hit the various web serivce cfm file directly and get Status:Ready so I was baffled without any debug. Eventually I worked out that because the web service files were being called via the XStandard plugin and because the web service files were under the CMS folder it was trying to run various routines from my CMS root App.cfc file. All I had to do to fix it was add a dummy App.cfm file into your XStandard web service root folder.

Perhaps you can add a concise version of my finding to your readme if you have a moment.

Thanks again for sharing!
Cheers
Matthew


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 19, 2010 at 12:50 AM
jQuery Attr() Function Doesn't Work With IMAGE.complete
I just fixed the code. There was a function "watch" inside the function imgLoad. It spammed a lot of errors: Error: missing argument 1 when calling function watch. To fix this: instead of setInt ... read »
Mar 18, 2010 at 10:28 PM
Posting XML SOAP Requests With jQuery
can you please point me to the jquery documentation on the following # // Create our SOAP body content based off of # // the template. # var soapBody = soapTemplate.html().replace( # new RegExp( "\\ ... read »
Mar 18, 2010 at 6:34 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Ben Very useful analyses. Thank you @Elliot Thanks for additional clarification Though, it's quite a shame that getBust() failed...not defined ;) ... read »
Mar 18, 2010 at 5:35 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
Saving private properties is necessary so that you can "reconstitute" an object on the other side of the wire, or load up a serialized object you saved to disk. If it didn't save the private state o ... read »
Mar 18, 2010 at 4:04 PM
jQuery's Event Triggering, Order Of Default Behavior, And triggerHandler()
Tks! You saved-me today. it can be chained into one statement: $("#x).attr("checked","checked").triggerHandler('click'); ... read »
Mar 18, 2010 at 1:18 PM
Finally Finished Ayn Rand's Atlas Shrugged Audio Book
@joaopft, Not disputing what you say - but... If I understand you correctly, you are saying that Positivism is based on sense experience (what I experience is what is), but Quantum theory states tha ... read »
Mar 18, 2010 at 11:48 AM
Duplicate() Much Faster Than ColdFusion Query-of-Queries
I am working on a massive xml parsing, qofq app to create 2 seperate xml files. I just don't understand the concept/purpose of duplicate function, are you duplicating the data or the row, into a new ... read »
Mar 18, 2010 at 11:22 AM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Zarko, Ha ha, you know ColdFusion is my first love ;) ... read »