Eliza - Chat with a webservice!
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Eliza - Hi there! Are you surprised? Do you believe that dreams have
something to do with your problems?
Chat with a webservice!
The original Eliza program was written by Joseph
Weizenbaum and described in the Communications
of the ACM in 1967!!! Eliza "is" a mock Rogerian
psychotherapist. It prompts for user input,
and uses a special transformation algorithm
to change user input into a follow-up question.
Usage Notes
... try Eliza here:
http://a3.x-ws.de/webservice.html
VB-Example:
dim SOAPClient
set SOAPClient = createobject("MSSOAP.SOAPClient")
on error resume next
SOAPClient.mssoapinit("http://a3.x-ws.de/cgi-
bin/eliza/chat.wsdl")
response = SOAPClient.Eliza("What is a webservice?")
wscript.echo response
Help Message Board