Index: /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SOAPEventType.java
===================================================================
--- /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SOAPEventType.java	(revision 1883)
+++ /trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SOAPEventType.java	(revision 1884)
@@ -298,4 +298,7 @@
                 calledMethod = calledMethod.substring(4);
             }
+            if (calledMethod.startsWith("http://")) {
+                calledMethod = calledMethod.split("/")[calledMethod.split("/").length-1];
+            }
         }
         return calledMethod;
