[REBOL] Re: Newbie needs help with Services
From: kpeters-vu::ware::com at: 11-Nov-2005 11:27
Thanks, Gabriele - things are beginning to work.
Seems that the docs
(http://www.rebol.net/rebservices/services-start.htm) need quite a bit
of work:
WAIT isn't mentioned anywhere and the server examples thus don't work.
Also, with the WAIT in place, no one will ever see the ASK output from
the server examples etc.
[info title] requests worked for me - [time], however, did not:
sever debug output:
-------------------
DEBUG session: [valid-session? header-id 0 sess-id 2]
DEBUG session: [sequence session-1 0 packet 1]
DEBUG session: [reset-session 2]
DEBUG request: [do-command [time]]
DEBUG service: [dispatch home [time]]
DEBUG error: [request-fail time]
DEBUG packet: [header-out "REBSer 1 2 1 113 0"]
DEBUG tcp: [send-packet 132]
client output:
-------------
>> do %/c/client.r
** User Error: command failed: time bad-command
** Near: do make error! msg
>>
Any ideas as to why ?
TIA,
Kai