Can you change the location/endpoint of a dynamic web reference at run-time in .NET?

后端 未结 2 1559
不知归路
不知归路 2021-01-03 04:29

In a fairly standard fashion, I created a Web Reference to a SOAP service in Jira for an extension that I\'m building (Jira is an issue tracker for those unfamiliar with it)

相关标签:
2条回答
  • 2021-01-03 05:06

    Use the constructor of the client that admits the uri.

    0 讨论(0)
  • Even in the 2.0 web service you should be able to change the "Url" property of your web service proxy to the value you desire.

    0 讨论(0)
提交回复
热议问题