# -*- coding: utf-8 -*-
# $Id: testSOAPWrapper.py 1628 2013-03-24 22:40:01Z amelung $
#
# Copyright (c) 2007-2012 Otto-von-Guericke University Magdeburg
#
# This file is part of ECSpooler.
import traceback
import threading
import time
# ==============================================================================
if __name__=='__main__':
"""
"""
try:
#print c.service.getState('demo', 'foobar')
print 'Backend Status: python'
print ' '
print 'Get Backends'
print ''
print 'Get PID'
print ''
print 'Input Fields: Keywords'
print ''
print 'Test Fields: Keywords'
except Exception, e:
print traceback.format_exc()