XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

Eliza - Chat with a webservice!

WSDL

http://a3.x-ws.de/cgi-bin/eliza/chat.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:D.Walker
For more Info:http://www.x-ws.de/
Description:Eliza - Hi there! Are you surprised? Do you believe that dreams have something to do with your problems?

Endpoints

URLPublisherContact EmailImplementation
http://a3.x-ws.de/cgi-bin/eliza/chat.wsdlD.Walkerx_ws@hotmail.com

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Simple Curl Client ElizaApplicationfriedger OtherCross-Platform
Web Services Performance Load TestApplicationLisaWu N/ACross-Platform
Eliza on your Imode PhoneApplicationNeha NuSOAPPHPCross-Platform
Perl one liner to chat with ElizaExample Sourceupster PerlCross-Platform


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