Hafeez Bana <[EMAIL PROTECTED]> wrote:

> 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)

Hi there. I'd like you to know that I've already gotten XML-RPC working with
AOLserver. Take a look at:

http://my.theinfo.org/xmlrpc/

> 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.

I had the same problem for a while -- it turns out the problem is that
conncptofp won't work if it's been used before. And it will have been if
you've called any of the ns_form procs (which I believe that the ACS does
automatically).

Hope this helps,

--
[ Aaron Swartz | [EMAIL PROTECTED] | http://www.aaronsw.com ]

Reply via email to