November 19, 2009
ColdFusion SOAP Web Services and onRequestStart
I knew there are some issues with using onRequest in your Application.cfc and web services, but I didn't think there were any issues with onRequestStart and ColdFusion 8 SOAP web services.Today while working on one of my clients web services I started getting the error org.xml.sax.
July 27, 2008
PostalMethods - Web Service for Snail Mail
I just noticed PostalMethods a new SOAP web service / API for sending snail mail via the US Postal Service. This service is from the folks at InterFax who have a nice web service for sending Faxes as well.
August 17, 2007
Going from SOAP to REST Web Services
I received a questions in my email today from blog reader, Rob Rawlins:A client of mine wants me to change the SOAP web service I publish into a REST service, and I dont even know where to begin.
August 16, 2007
Web Services Problems with ColdFusion 8 on a Mac
I just got a brand new Mac Pro yesterday - I spent most of yesterday installing stuff, but today I was trying to get a little work done... I ran into a problem when trying to invoke web services on CF8 - it threw the following error:coldfusion.jsp.
August 03, 2005
REST vs SOAP Web Services
I am seeing a lot of new web services are implemented using a REST style architecture these days rather than a SOAP one. Lets step back a second and explain what REST is.
April 15, 2005
Textamerica MoBlog Developer API
Textamerica has released their new developer api for mobloggers. They are also giving a $500 prize to the first 20 applications (with source code) which we deem to be the most useful to the Textamerica Community as a whole.The first example app is a Textamerica4j by David Czarneck.
April 13, 2005
Web Distrbuted Data Exchange
That's what WDDX stands for. It was created in 1998 by the folks at Allaire (headed by Simeon Simeonov) 7 years later the web is just starting to embrace the concept. Granted, not many folks are using WDDX, rather they are using SOAP, or REST web services.
April 01, 2005
Connection Failure with Yahoo Web Services and ColdFusion
If you tried using the Yahoo Web Services with CFHTTP and your cfhttp.filecontent variable had the value: Connection Failure, or if you had throwonerror="true" and you got the error: Connection Failure: Status code unavailable it is due to an encoding issue.
March 22, 2005
API Blog
I am now a contributer to the API Blog.My most recent post is about the 43 Things Web Service that was just released.
If you haven't checked out 43 Things it's a pretty cool web site where you can share info about common goals you have.
March 17, 2005
Google Code
Google has launched a new site called Google Code it is Google's place for Open Source software.Right now all the projects listed are mostly C/C++, with one Python project.
March 10, 2005
Amazon Context Specific Recommendations
You may have noticed in the last few weeks I have had something at the bottom of my posts called Related Books Beta. Let me explain how I did that.I play around a lot with Amazon web services (have you seen my site to find amazon deals?).
January 21, 2004
Using Java Web Services with CFMX
JWS files are nothing more than a Java class with a .jws extension. But when placed on a web server with Axis installed (such as ColdFusion MX), you can expose that class as a web service. This works just like CFC's do in ColdFusion. Here's an example JWS we will call CaseService.





