- Timestamp:
- 03/05/15 10:40:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/eventcore/SOAPEventType.java
r1635 r1884 298 298 calledMethod = calledMethod.substring(4); 299 299 } 300 if (calledMethod.startsWith("http://")) { 301 calledMethod = calledMethod.split("/")[calledMethod.split("/").length-1]; 302 } 300 303 } 301 304 return calledMethod;
Note: See TracChangeset
for help on using the changeset viewer.