http://support.journurl.com/users/admin/index.cfm?mode=article
<http://support.journurl.com/users/admin/index.cfm?mode=article&entry=362>
&entry=362
Roger's weblog is a goldmine of info for this topic.
Also you need to work around the fact cf doesn't set the content-length var.
Put something like this in your response.
<cfcontent type="text/xml" reset="yes">
<cfheader name="Content-Length" value="#len(xmlResponse)#">
<cfoutput>#xmlResponse#</cfoutput>
_____
From: Jake [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 10 August 2004 4:02 p.m.
To: CF-Talk
Subject: Blogging APIs
I've started to look into implementing the MetaWebLog API or Blogger API
into my application so that I can use tools like BlogJet or w.Bloggar to
post to my blog.
The problem is that I'm brand new to XML-RPC stuff, and while there is
plenty of docs and explaination about the general concept, I'm having a
hard time figuring out how to start CF coding. I understand that the
APIs are sending and receiving XML data. My understanding is that
BlogJet (and others using the APIs) send FORM posts. But all the
documentation I can find talks about "methods". If it was simple FORM
posts, where do the methods come into play?
I'm not sure how to write CF code that receives the data, processes it,
and then send back either other data or a confirmation.
What am I missing? Can anyone point me to some docs or tips on the best
way to get started with these APIs?
Thanks in advance for your help!
Jake
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

