刷新 Excel 2007 Web 服务参考
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用其 url 属性更改您的 Web 服务 url。尝试下面的代码。
谢谢
You can change your webservice url using its url property. try below code.
Thanks