我需要在我的XSD文件中提供我正在制作的网络服务的文档。如何使用Java Annotations在我的XSD文件中确保以下XML?我正在使用JWS。
<xsd:annotation>
<xsd:documentation>Some documentation here</xsd:documentation>
</xsd:annotation>
答案 0 :(得分:0)
我发现一个好的方法是“合同优先”方法。我将生成的wsdl和xsd文件复制到WEB-INF / wsdl中,并在WebService注释中指定了wsdlLocation。然后我将xml(在原始问题中指定)添加到xsd文件中。