如何使用 xsd 扩展在soap UI 中加载 wsdl?
我有一个带有 xsd 扩展的 wsdl。如果我在soap UI 中加载wsdl,我将无法查看我的扩展。是否可以加载带有 xsd 扩展的 wsdl?
谢谢, 普里亚。
I have a wsdl with xsd extensions. If I load the wsdl in soap UI, I am not able to view my extensions. Is it possible to load a wsdl with its xsd extensions?
Thanks,
Priya.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定 xsd 扩展名的含义。当从远程系统(即实际的 Web 服务)加载 WSDL 时,应该自动加载 XSD。如果您从本地文件加载 WSDL,只需确保将 .xsd 文件放入 WSDL 中引用的正确目录中。
I'm not exactly sure what you're meaning with xsd extensions. When loading the WSDL from a remote system, i.e. the actual webservice, then the XSD should be loaded automatically. If you're loading the WSDL from a local file just make sure that you put the .xsd file in the correct directory as referenced in the WSDL.