|
|
@@ -4,10 +4,13 @@ import OWS
|
|
|
import logging
|
|
|
import OWSExceptions
|
|
|
|
|
|
+#debugger
|
|
|
+#import rpdb2; rpdb2.start_embedded_debugger("lucerna")
|
|
|
+
|
|
|
logging.basicConfig(level=logging.DEBUG)
|
|
|
|
|
|
try:
|
|
|
service = OWS.getService()
|
|
|
- service.performRequest()
|
|
|
+ service.dispatch()
|
|
|
except OWSExceptions.OWSException,e:
|
|
|
e.toXml()
|