endpointInterface = "org.apache.intfault.Greeter",
wsdlLocation = "testutils/hello_world_fault.wsdl")
public class GreeterImpl {
public BareDocumentResponse testDocLitFault(String in) throws BadRecordLitFault {
System.out.println("Executing testDocLitFault sayHi\n");
throw new BadRecordLitFault("int fault", 5);
}