FileDocCategorySizeDatePackage
TestHello_Service.javaAPI DocExample503Tue Oct 09 11:03:40 BST 2001com.ecerami.test.wsdl

TestHello_Service

public class TestHello_Service extends TestCase

Fields Summary
Constructors Summary
public TestHello_Service(String name)

         super(name);
     
Methods Summary
public voidtestHello()
Tests Weather Retrieval Via GLUE Interface

      Invoke_Hello invoker = new Invoke_Hello();
      String greeting = invoker.sayHello("World");
      assertEquals ("Hello, World!", greeting);