如何在 Metro 中生成强类型模式

发布于 2024-11-09 18:23:18 字数 397 浏览 0 评论 0原文

我有一个 XSD 描述某个遗留系统中的服务(我们称之为 A24)。我们使用 JAXB 将此 XSD 转换为 Java POJO,然后生成 @WebService 带注释的 Web 服务类(这是使用模板即时完成的)。我们使用 Metro 创建 WAR 文件并部署 Web 服务。因此,Web 服务是使用自下而上的方法创建的(首先编写实现)。

Metro 使用内部 JAXB 自动为 Web 服务创建 WSDL 和 XSD。然而,Metro 生成的 WSDL 和模式缺乏字符串长度等限制。但我的要求是创建一个可以支持强大的数据类型验证的 Web 服务。我怎样才能实现这个目标?

一个明显的解决方案是更改方法并首先编写 WSDL,然后再编写实现,但是有没有一种方法可以先编写实现并仍然生成包含验证规则的 WSDL + XSD?

I have an XSD describing the service in some legacy system (lets call it A24). We use JAXB to translate this XSD to Java POJOs, then we generate the @WebService annotated Web service class (this is done on the fly using template). Using Metro we create a WAR file and deploy the Web service. So the Web service is created using the bottom up approach (write implementation first).

Metro automatically creates a WSDL and XSD for the Web service using internal JAXB. However the WSDL and schema generated by Metro are lacking restrictions like string lengths etc. But my requirement is to create a Web service which can support strong data type validation. How can I achieve this?

One obvious solution is to change the approach and write WSDL first, then the implementation, but is there a way to write the implementation first and still generate WSDL + XSD which will contain validation rules?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文