Thanks for the quick reply Rob, 

But every time I look at neuromancer, I can't seem to understand how to get
started. 

I was wondering if you could just call a web service with just two lines of
code? Like so ...  

req = new XMLHttpRequest();
req.open("POST", "http://dan:8500/myCFC/cgitest.cfc",true, "", "");

But I get the component browser page, which is strange. 

The neuromancer thing looks like overkill and it's lacking instructions on
how to use it. 

I have done this so far 

roFactory.createObject(httpcon,"http://dan:8500/myCFC/cgitest.cfc";);
robject = roFactory.getObject();

neuro_Reflect(robject);

When I try to use reflect assume the return was ok or 200 it gives me just
"Object" or a bad reflection.  

A quick primer would be helpful. 


-----Original Message-----
From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 24, 2005 3:56 PM
To: CF-Talk
Subject: Re: Can DHTML call a web service directly

Yes,

http://www.rohanclan.com/products/neuromancer/

It'll even convert CF datatypes to JS (not including query, but you
can use Dick Applebaums thin client to do that)


On Thu, 24 Feb 2005 15:41:35 -0500, Dan Plesse <[EMAIL PROTECTED]>
wrote:
> It is possible to use DHTML to hit a CF web service using
XMLHTTPRequest(),
> which allows
> you to make raw XML posts to a web service?
> 
> Example 1
> 
> http://www.infoscico.com/DbWebService/DbWebServiceClient.htm
> 
> Example 2
> 
> http://w3coder.com/ws/dhtml/DHTMLCallWSRev.htm
> 
> My Example
> 
> http://www.opticalalert.com/xmlHTTPRequest3.cfm
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196477
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to