如何根据定义服务应符合的 xsd 架构文件验证从 WCF 服务返回的数据
我有一些客户提供的 XSD 文件和 WSDL。我已经建立了一个WCF服务。我想表明该服务符合所提供的架构。如何根据这些架构验证我的 WCF 服务?如果有帮助的话,我有 SoapUI 和 Altova XML Spy。执行此操作的标准方法是什么?我没有使用模式优先方法来构建它。
I have some XSD files and a WSDL provided by the customer. I have built a WCF service. I would like to show that the service is compliant with the provided schemas. How can I validate my WCF service against those schemas? I have SoapUI and Altova XML Spy if that helps. What is the standard way to do this? I did not build this with the schema first approach.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用它来传递 XML 和 XSD。这适用于任何 XML 和 Sxhema,而不是特定于 Web 服务:
Use this to pass XML and XSD. This applies to any XML and Sxhema and not specific to web services: