我是网络服务新手,对于<client>
web.config
中Accounts.svc.
端点的设置存有疑问
请查看附有解释我的架构的图片。
Server Setting in iis service name:https://prddb02:448/Accounts.svc and
external wsdl :https://company.****/*****?SOAP
(authenticated with username,password & proxy)
<client>
<endpoint address="https://company.****/*****?SOAP"
binding="basicHttpBinding" bindingConfiguration="CodeItSoap"
contract="Service.CodeItSoap" name="CodeItSoap" />
</client>
OR
<client>
<endpoint address="https://prddb02:448/Accounts.svc"
binding="basicHttpBinding" bindingConfiguration="CodeItSoap"
contract="Service.CodeItSoap" name="CodeItSoap" />
</client>