Ignore:
Timestamp:
03/11/15 16:59:16 (9 years ago)
Author:
sherbold
Message:
  • extended SimpleSOAPEventType with clientName
  • modified UMLUtils.createInteraction... to use the client name to determine the source lifeline
  • updated UMLUtilsTest to work with new service name definitions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/HTTPUtils.java

    r1635 r1913  
    143143                    SOAPEventType eventType = (SOAPEventType) event.getType(); 
    144144                    newSequence.add(new Event(new SimpleSOAPEventType(eventType.getCalledMethod(), 
    145                                                                       eventType.getServiceName()))); 
     145                                                                      eventType.getServiceName(), 
     146                                                                      eventType.getClientName()))); 
    146147                } 
    147148                else { 
Note: See TracChangeset for help on using the changeset viewer.