Skip to content

Commit

Permalink
use wsdl file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Mar 7, 2017
1 parent a9a5a31 commit c441bf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pebl/doc/benchmark-test-partner.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@startuml

class WsdlTestPartner extends TestPartner {
url : String
wsdl : String
wsdl : File
}
class RuleBasedWsdlTestPartner extends WsdlTestPartner
class ScriptBasedWsdlTestPartner extends WsdlTestPartner {
Expand All @@ -13,8 +12,6 @@
operation : QName
}



class Input
class XpathPredicate extends Input {
expression : XpathExpression
Expand Down

0 comments on commit c441bf0

Please sign in to comment.