Personal tools
You are here: Home Forums Custom Workflows where's the file contains "weblog.addEntry"?

where's the file contains "weblog.addEntry"?

Up to Custom Workflows

where's the file contains "weblog.addEntry"?

Posted by Wu Yu at May 15. 2008
I'm looking into the file pcast_post2groupblog and see xmlrpc_response = xmlrpc_client.call('weblog.addEntry', session_id, "groups/" + group, entry) I got that "weblog.addEntry" is a RPC but I found the whole filesystem and did not see which file contained this function. I even used "grep weblog.addEntry -R /" but didn't find the record... Anyone ideas? Thanks a lot!

Re: where's the file contains "weblog.addEntry"?

Posted by George Bray at May 17. 2008

That's an RPC call to the weblogs server.  You'd have to look in that server code to see how the call is handled.

 

Re: where's the file contains "weblog.addEntry"?

Posted by Wu Yu at May 18. 2008
Where's the server code located in the file system? Such as /usr/libexec/... I login to the server but just could not find where's the file comtains RPC code...
Document Actions