probably better to explain that a webservice is the ability to call code remotely. CFMX has it, so does ASP.NET.
the web server only acts as a broker, forwarding on the request to the component that makes up the webservice, to run a method of the component. this is a real simple view of it so more info is needed. what language? CFMX? what webserver? IIS, Apache, etc? -----Original Message----- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: Friday, 12 September 2003 10:36 AM To: CFAussie Mailing List Subject: [cfaussie] Creating a Web Service Hey Everyone, Got a simple question. I know that ColdFusion can provide a web service. But are there any other programs out there (free of course) that can provide a web service. Also, is there a way to encrypt a stored procedure that is transfering the data from one server on the internet to another. :-) I'm sick so if this doesn't make sense tell me. J. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
