G'day again,
For those who may encounter the above problem. Some handlers (these are
registered by the ACS toolkit I am using..nothing todo with AOLServer)
which get called before my page call the "ns_getform" method which
doesn't handle the xml-rpc payload too well.
My initial hack was to change ns_getform to return an empty_string when
encountering a POST method with content-type of xml-rpc
Hope that clears stuff up,
Cheers,
Hafeez
Hafeez Bana wrote:
>
> G'day,
>
> I am in the process of writing an xml-rpc module for AOLServer running
> ACS. This involves handling POST methods where content type is text/xml.
> where the POST content is an xml document (have a look at
> http://www.xmlrpc.com/spec)
>
> But whenever I try to read in the contents sent by the client using
> ns_conncptofp or ns_writecontent I keep on getting the error "Error
> writing content: resource temporarily unavailable". I have found a few
> postings regarding this problem but no solutions.
>
> Find attached the the tcl file with the code. Any help would be
> appreciated tremedously.
>
> Cheers,
> Hafeez