6 Sep
2002
6 Sep
'02
6:10 p.m.
Marco Catunda writes:
I have tried to use xmlrpc on fastcgi zope support at IIS. I think IIS doesn't pass correct headers to zope, so Zope understand the xmlrpc request as html request. As fas as I know, XML-RPC does not need any special headers beside the "Content-Type: text/xml". It is very unlikely, that it is stripped.
... Is there other idea to resolve it? In my view, XML-RPC through fastcgi schould work.
What happens? In what way, does it not work for you? Maybe, a TCP-Logger (such as Shane's "tcpwatch") may help you to understand what goes wrong. Dieter