WCF Errors using WCFTestClient to test a simple WCF Web Service

前端 未结 5 1032
盖世英雄少女心
盖世英雄少女心 2020-12-31 09:07

When I try to test the AutoLotWCFService using \"wcftestclient\", I get the following error. What am I doing wrong? Any insight will help. This is a simple Web Service that

5条回答
  •  清酒与你
    2020-12-31 09:32

    Thanks; believe it or not the problem of at least loading the service through wcftestclient was solved when I re-registered the ASPNET in IIS with aspnet-regiis.

    The next problem is to be able to invoke the methods exposed by the service through wcftestclient. What are the security issues that I have to deal with? I had to enable Anonymous login with windows auth. and still the invoke generated exceptions that pointed to something related to access violation. On searching some things point to installing certificates to be able to invoke.. Please enlighten if possible.

提交回复
热议问题