1: package de.schlund.pfixcore.example.webservices; 2: 3: public interface CallTest { 4: 5: public String test(String str); 6: 7: public String testError(String str); 8: 9: }