diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-08-12 15:02:54 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-08-12 15:02:54 +0000 |
| commit | b7a50d193065794306f1c5c037fcb9f193e9add4 (patch) | |
| tree | e771dfbf6eb6fa5ed1299502c731cb9b581a9d66 /python | |
| parent | 6eba7b86f52b923330a4264cb022325e8dbcbc22 (diff) | |
| download | lasso-b7a50d193065794306f1c5c037fcb9f193e9add4.tar.gz lasso-b7a50d193065794306f1c5c037fcb9f193e9add4.tar.xz lasso-b7a50d193065794306f1c5c037fcb9f193e9add4.zip | |
fixed lasso_profile_service_add_query_item so it accepts a item_id parameter
(since they are mandatory once there is more than one). also allows init_query
to specify item_id. this gives:
service = disco.getService()
service.initQuery('/pp:PP/pp:CommonName'), 'name')
service.addQueryItem('/pp:PP/pp:MsgContact'), 'email')
soap_answer = liberty.root.soap_call(service.msgUrl, service.msgBody)
print service.getAnswer('/pp:PP/pp:CommonName')
print service.getAnswer('/pp:PP/pp:MsgContact')
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions
