开发者

Refresh Excel 2007 Web Service Reference

I have consumed a web service (WSDL) within Excel 2007, using the Web Se开发者_开发问答rvice 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?


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

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

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜