diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-05 12:59:16 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-05-05 12:59:16 +0000 |
| commit | b6011ab10734bec8c6b47131ef75a45e689681a4 (patch) | |
| tree | 7b56b89188fd2d486d7edaaa00ef2f967873f02f /python/lassomod.c | |
| parent | 84a15f9fdde1548e7eef0a33fd32887376ba54be (diff) | |
| download | lasso-b6011ab10734bec8c6b47131ef75a45e689681a4.tar.gz lasso-b6011ab10734bec8c6b47131ef75a45e689681a4.tar.xz lasso-b6011ab10734bec8c6b47131ef75a45e689681a4.zip | |
add enveloping in soap node
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 34ca0eb7..a855bfa8 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -64,6 +64,7 @@ static PyMethodDef lasso_methods[] = { {"node_get_child", node_get_child, METH_VARARGS}, {"node_unref", node_unref, METH_VARARGS}, {"node_url_encode", node_url_encode, METH_VARARGS}, + {"node_soap_envelop", node_soap_envelop, METH_VARARGS}, {"node_verify_signature", node_verify_signature, METH_VARARGS}, /* py_lib_authn_request.h */ |
