FileDocCategorySizeDatePackage
HelloService.javaAPI DocExample659Tue Oct 09 11:03:40 BST 2001com.ecerami.soap

HelloService

public class HelloService extends Object
"Hello, SOAP!" SOAP Service Provides a personalized greeting to any client application

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringsayHello(java.lang.String firstName)
Says Hello to Client

    return new String ("Hello, "+firstName+"!");