本文介绍了Webservice端点配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个Windows 8商店应用程序,它将私下分发给我的组织,应用程序连接到web服务(通过服务引用,web服务托管在iis中),如何在
开发/测试/实时系统之间移动时更改Web服务端点URL?

I am developing a windows 8 store app that will be distributed privately to my organisation, the application connects to a webservice ( via a service reference, webservice is hosted in iis ), how do i change the web service end point url when moving between development/test/live systems?

问候

cjm

推荐答案

>>"在开发/测试/实时系统之间移动时如何更改Web服务端点网址?"

>>"how do i change the web service end point url when moving between development/test/live systems?"

似乎Eric已经搬到了错误的论坛,因为这是UWP论坛,它只支持UWP问题,你的问题与WCF有关,你需要 在wcf论坛上发布一个新主题:

It seems that Eric has moved to the wrong forum, because this is UWP forum, it only supports UWP issue, your question was more related to WCF, you need to post a new thread in wcf forum:https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wcf

此外,我还有快速研究,以下文件可能对您有所帮助。

In addition, I have done a quick researching, the following documents might be helpful to you.

指定端点地址

如何:在代码中创建服务端点

最好的问候,

Xavier Eoro

Xavier Eoro


这篇关于Webservice端点配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 14:55
查看更多