package tutorial.wls70.sample2;

public class HelloWorldService{

  public XmlString helloXML(){

    XmlString xmlString = new XmlString( "<hi> <there/> </hi>" );
    return xmlString;
  }
}

