刷新 Excel 2007 Web 服务参考

发布于 2024-10-31 07:23:10 字数 157 浏览 3 评论 0原文

我使用 Web 服务引用工具 2.0 在 Excel 2007 中使用了 Web 服务 (WSDL)。我能够调用网络服务并成功发出请求。

WSDL 已更改(已添加新服务/更改参数)。如何刷新 Excel 中的 Web 服务引用以考虑更改?我目前能看到的唯一方法是删除并再次添加回来?

I have consumed a web service (WSDL) within Excel 2007, using the Web Service References Tool 2.0. I am able to call the web service and make successful requests.

The WSDL has changed (a new service has been added/parameters changed). How do I refresh the web service reference in Excel to take account of the changes? The only way I can see at the moment is removing and adding back in again?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌上芳菲 2024-11-07 07:23:10

您可以使用其 url 属性更改您的 Web 服务 url。尝试下面的代码。

Dim CallWebService As New WebRef.WMS_WS
CallWebService.Url = myNewURL

谢谢

You can change your webservice url using its url property. try below code.

Dim CallWebService As New WebRef.WMS_WS
CallWebService.Url = myNewURL

Thanks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文