It is possible to use DHTML to hit any SOAP-based web service including a CF one. I believe the function is named XMLHTTPRequest(), which allows you to make raw XML posts to a web service.
Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 > -----Original Message----- > From: Kevin Bridges [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 10:25 AM > To: CF-Talk > Subject: RE: Component Conceptual Conundrum - Continued > > Makes sense ... I misunderstood the question. As a side note, has anyone > actually done anything like this with cf web services? > http://www.infoscico.com/DbWebService/DbWebServiceClient.htm > > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 8:18 AM > To: CF-Talk > Subject: RE: Component Conceptual Conundrum - Continued > > I don't believe this is what he is talking about. Right now you can > 'post' to a CFC using a form tag like so: > > <form action="foo.cfc" method="post"> > <input type="hidden" name="method" value="foo"> > ... > > However, this posts to the generic Foo (not the best term I think) - I > believe it's simular to using a static method in Java. > > However, CF allows you to create instances of CFCs as well: > > <cfset x = createObject("component","foo")> > > But you can't post directly to x. > > ======================================================================= > Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc > > Email : [EMAIL PROTECTED] > WWW : www.camdenfamily.com/morpheus > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

