Assign A Job To A Person
Adam Tauno Williams <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Organization | Morrison Industries |
| Message-ID | <[email protected]> |
The method person.insertJob is incorrectly documented in the PDF as the
description is like -
#!/usr/bin/env python
import xmlrpclib
server = xmlrpclib.Server(’http://localhost:20000/x/xmlrpc’,
login=’test’, password=’system’)
result = server.person.get(
{
’name’ : "Beeblebrox",
}
)
Requests the person with the attribute name equal to ”Beeblebrox”.
- which is the example for person.get (and doesn't even mentions
person.insertJob).
The methodSignature method says -
awilliam@laptop01:~> xmlrpc_call http://throw/RPC2
system.methodSignature person.insertJob
login: adam
password:
string
string
string
Does anyone know the correct use of person.insertJob or generally how to
assign a task to a person or team via XML-RPC?
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBCTayhLRePpNle04MRApeiAJoDusrvC3uc4wFUiyKG1bMAg0TMgwCeNes5 IfyHd8yusgs2aAC7/zxtyT8= =id21 -----END PGP SIGNATURE-----