where's the file contains "weblog.addEntry"?
Up to Custom Workflows
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!
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.

