How to update a wsdl webreference ?
Answered
Hi,
I'm new to Rider and i can't find the way to update my wsdl webref. I found out how to add a new one, but i can't update it. Is it possible ?
Thanks !
Please sign in to leave a comment.
Hi Bastien!
Sure, you can update it. It could be a bit hard to find the way :) Go to your Solution Explorer, then to Services. Choose reference that you want to update and click Edit... in the context (right-click) menu.
Hi, thanks for the answer.
This is not what i am looking for though. I'm referring to the reference.cs files issued by a wsdl file
My project has been created on visual studio and in visual studio you can update it from the online version by clicking an "update web reference" button :
Thanks for your time
In this case, just choose "Update" in the menu that I mentioned above. Does it help?
No because that menu doesnt contains the web reference i'm referring to. I'm not really sure what is the difference though :
The difference is that these references are based on old .Net Framework 2.0 Web Service technology which we do not support, unfortunately. If it is possible, I recommend to substitute them for a new Service References technology.
I'm gonna give it a try. Thanks for your help