New RTF2HTML Web Service Available
Andrew Powell
The new RTF2HTML webservice is now online. It has been upgraded to a java based platform from a COM based platform. This was necessitated by my moving my server from Windows 2000 to Linux.
This upgrade shows the beauty of web services. For people using the service, it is an invisible upgrade. The invocation of the service is exactly the same as it was before. The paramters you pass in have not changed, nor has what it returns. The service has been sped up quite a bit. File size has dropped from 5KB to 931 bytes. The java bean engine used has proven, in testing, to be MUCH faster than the the old COM implementation. Basically, if you are using this webservice, your application just got an enhancement and you didn't even have to write any code.
Webservices are our friends.
My next goal is to integrate this webservice into the mach-ii framework, but that will come later.
RTF2HTML Website
View the WSDL.
Posted in ColdFusion | General | RTF2HTML |
0 comments