I'd like to add xmlrpc to a project so I can post internally using performancing.
Is there a Performancing xml-rpc spec which shows how to program server side stuff using xml-rpc - or is there a higher level specification which performancing adheres to?
I'm no whiz - but i guess it will include stuff like
performancing.getCategories( )
Returns an array of structs of available categories (member "title"), each with its associated category ID (member "id").
performancing.getLogin(id,password)
Returns true if login and id are correct - false otherwise.
etc etc .
any hints and tips? Is there such a document? What can developers recommend I read if I want to add rpc-xml to a project?
tnx in advance













Check these out
Check out these resources, they'll be your best bet:
http://www.xmlrpc.com/
http://www.xmlrpc.com/metaWeblogApi (recommended api)
Dave is right. I can also
Dave is right.
I can also post/send you the xml data that is sent between wordpress and PFF if you are interested. Would probably be the best system to imitate.
Post new comment