chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Problems with xml-rpc


From: Petter Egesund
Subject: [Chicken-users] Problems with xml-rpc
Date: Tue, 14 Apr 2009 14:19:13 +0200

Hi, I get an error when trying to use the small example at the bottom of the xml-rpc-egg (the client & server one)

 

Still using chicken 3.4.0 on Linux.

 

Any clue?

 

Cheers,

 

Petter Egesund

 

---- Dump ---

 

HICKEN

(c)2008 The Chicken Team

(c)2000-2007 Felix L. Winkelmann

Version 3.4.0 - linux-unix-gnu-x86    [ manyargs dload ptables applyhook ]

SVN rev. 11987    compiled 2008-09-23 on galinha (Linux)

 

; loading /home/pe/.csirc ...

; loading /usr/local/lib/chicken/3/readline.so ...

; loading client.scm ...

; loading /usr/local/lib/chicken/3/xml-rpc-client.so ...

; loading /usr/local/lib/chicken/3/http-client.so ...

; loading /usr/local/lib/chicken/3/http-utils.so ...

; loading /usr/local/lib/chicken/3/url.so ...

; loading /usr/local/lib/chicken/3/uri.so ...

; loading /usr/local/lib/chicken/3/coerce-support.so ...

; loading /usr/local/lib/chicken/3/misc-extn-list-support.so ...

; loading /usr/local/lib/chicken/3/synch-support.so ...

; loading /usr/local/lib/chicken/3/lookup-table.so ...

; loading /usr/local/lib/chicken/3/openssl.so ...

; loading /usr/local/lib/chicken/3/ssax-utils.so ...

; loading /usr/local/lib/chicken/3/ssax-core.so ...

; loading /usr/local/lib/chicken/3/xml-rpc-utils.so ...

; loading /usr/local/lib/chicken/3/base64.so ...

Error: invalid response format

(h1 "500 Internal Server Error")

(*TOP* (h1 "500 Internal Server Error"))

 

    Call history:

 

    <syntax>        (define hello (srv "hello"))

    <syntax>        (##core#set! hello (srv "hello"))

    <syntax>        (srv "hello")

    <eval>        (srv "hello")

    <syntax>        (print "-> " (hello "you"))

    <syntax>        (hello "you")

    <eval>        (print "-> " (hello "you"))

    <eval>        (hello "you")    <--

 

 

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]