public void testHelloWorldSOAP11() throws Exception {
HelloWorld helloWorld = domain.getService(HelloWorld.class, "HelloWorldClientSOAP11");
assertEquals("Hello petra", helloWorld.getGreetings("petra"));
}
public void testHelloWorldSOAP12() throws Exception {
HelloWorld helloWorld = domain.getService(HelloWorld.class, "HelloWorldClientSOAP12");
assertEquals("Hello petra", helloWorld.getGreetings("petra"));
}