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  |  Permalink  |  Other Searches  |  Print Page




Reader Comments

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

Great work!


Seb Duggan
Sep 29, 2006 at 10:33 AM // reply »
15 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 »
6,371 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 »
164 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 »
6,371 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,


Leeen
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


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

Thank you great work. You site very helpfull :)


jeelsoft
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


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

great work


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

Great job! thank you very much


alnebras
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


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

thank you ben nadel


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

thanks ben nadel.


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

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

Thank you.


Vishnu
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


betclic poker
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...


2sw2r
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.


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

thank you ben nadel


Mido
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.


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

Thanks for sharing. Great work!


Sujith
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 »
6,371 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.


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

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


Matthew
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


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
Nov 7, 2009 at 5:53 PM
Ask Ben: Javascript String Replace Method
You can find here an advanced function that prepared with javascript replace function. This can make the first letters of words, sentences, lines and whatever you define automatically: http://www.m ... read »
Andrew Neely
Nov 7, 2009 at 4:56 PM
A Moment That Touched Me - The Fountainhead
Ben, Glad you enjoyed the podcast. Yeah, the Tank Riot guys can get really chatty during the episodes, but that's part of the charm of it for me. They've covered everything from Nichola Tesla to Cha ... read »
Nov 7, 2009 at 4:43 PM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
Is it possible to make some more MenĂ¼`s ? ... read »
Jill
Nov 7, 2009 at 11:40 AM
How To Unformat Your Code (Like A Pro)
Derek, I think you might be right - sweet! Thanks for the link :) ... read »
Nov 7, 2009 at 11:25 AM
How To Unformat Your Code (Like A Pro)
I think it would be way easier to just use this http://www.logichammer.com/html-formatter/ He just released v3 and it rocks. ... read »
Jill
Nov 7, 2009 at 7:58 AM
How To Unformat Your Code (Like A Pro)
LMAO - this was pretty funny! I have to admit - I also love to reformat code so I can read it. My boss used to tell me to leave my OCD at home. Now I don't feel so bad after reading everyone else' ... read »
Nov 6, 2009 at 10:10 PM
How To Unformat Your Code (Like A Pro)
The timing of this post is just uncanny. I spent the last 15-20 minutes manually un-formatting my "Ben Nadel" style code within a CFC of mine. I was really digging the readability a few weeks ago, bu ... read »
Roe
Nov 6, 2009 at 5:11 PM
Passing Arrays By Reference In ColdFusion - SWEEET!
ArraySort also reorders the results of these java obj's ... read »