public boolean isOneWay() {
return WsdlOperation.ASYNC.equals(operation);
}
public void setOutput(String output) {
XpathTestAssertion assertion = new XpathTestAssertion();
assertion.setExpectedOutput(output);
assertion.setXpathExpression("declare namespace test='http://dsg.wiai.uniba.de/betsy/activities/wsdl/testinterface';number(//test:testElementSyncResponse) cast as xs:integer");
assertion.setOutput(output);
getAssertions().add(assertion);
}