aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/soap.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23Add simple CTRL2SOAP proxyMax1-0/+188
Add python client which converts TRAP messages into SOAP requests and perform corresponding actions. It can be used as follows ./soap.py -d -w http://example.com/soapservice/htdocs/wsdl/test.wsdl See ./soap.py -h for additional options. Change-Id: I82844ec7a302bac30d6daee9ebca2188fd48ca46 Related: SYS#3028