Add support to soap session into function

This commit is contained in:
vemax78
2013-08-07 21:48:22 +02:00
parent 6b424c5406
commit 46857e8864
7 changed files with 84 additions and 13 deletions

View File

@ -77,9 +77,11 @@ application: {
};
backend: {
id = "1";
version = "1.0";
server: (
{ url = "http://localhost/csoap.php"; },
{ url = "https://localhost/csoap.php"; x509: { calist = "/etc/capwap/ca.crt"; certificate = "/etc/capwap/ac.crt"; privatekey = "/etc/capwap/ac.key"; privatekeypassword = ""; }; }
{ url = "http://127.0.0.1/csoap.php"; }
#{ url = "https://127.0.0.1/csoap.php"; x509: { calist = "/etc/capwap/casoap.crt"; certificate = "/etc/capwap/clientsoap.crt"; privatekey = "/etc/capwap/clientsoap.key"; privatekeypassword = ""; }; }
);
};