24.3.4.3. @WSDLDocumentation 사용
@WebService
@WSDLDocumentation("A very simple example of an SEI")
public interface HelloWorld {
@WSDLDocumentation("A traditional form of greeting")
String sayHi(@WebParam(name = "text") String text);
}
24.3.4.4절. “문서를 사용하여 생성된 WSDL” 에 표시된 WSDL은 24.3.4.3절. “@WSDLDocumentation 사용” SEI에서 생성되는 경우 문서 요소의 기본 배치는 각각 PORT_TYPE 및 PORT_TYPE_OPERATION 입니다.