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

Re: [syndication] Re: SOAP meets RSS



OK, I must be doing something wrong.

Here's the POST request I sent:

POST /aaron/school/cp/ HTTP/1.0
User-Agent: Frontier/7.0b33 (WinNT)
Host: swartzfam.com
Content-Type:
Content-length: 59

url=http%3A%2F%2Fswartzfam.com%2Faaron%2Fschool%2Frss092%2F

And here's the response:

HTTP/1.0 400 Bad Request
MIME-Version: 1.0
Date: Sun, 07 Jan 2001 17:24:33 GMT
Server: AOLserver/3.2
Content-Type: text/plain
Content-Length: 70
Connection: close

Bad Target
The target you've selected is not monitored by this server.

Here's the script I used:

local (rssFileUrl = "http://swartzfam.com/aaron/school/rss092/";);
local (args);
new (tabletype, @args);
args.url = rssFileUrl;
tcp.httpClient ("POST", "swartzfam.com", 80, "/aaron/school/cp/",
data:webserver.encodeargs (@args), debug:true)

I tried to hand-interpret the <cloud> element:

<cloud domain="swartzfam.com" port="80" path="/aaron/school/cp/"
registerProcedure="" protocol="http-post"/>

Dave