0

我有一个托管在 IIS 7 中的 wcf 服务。我在 Visual Studio 2008 中制作了 WCF 服务我遵循以下 2 个程序

程序-1

1- Run visual-studio 2008 as administartor
2-Run the service application .
3- Lets say the url is "http://Myhost:57232/Service1.svc"
4-Open visual studio 2008 command prompt 
5-type wcftestclient.exe http://Myhost:57232/Service1.svc" 
6-All the function works fine .

程序 - 2

1- Host the service in IIS 7
2-Browse the site 
3-Get the url lets say http://MyMachinename/test_Biku/Service1.svc?wsdl
4-Open visual studio 2008 command prompt 
5-type wcftestclient.exe http://MyMachinename/test_Biku/Service1.svc?wsdl
6-not even a single function  .

程序 -2 失败,但程序 1 没有。

谁能告诉我出了什么问题?

提前致谢 。

4

0 回答 0