开发者

call WCF Service from SSL Enabled website

开发者 https://www.devze.com 2023-01-03 09:23 出处:网络
how can i call service from a ssl enabled website to a WCF service with basicHTTPBinding. i am getting the error

how can i call service from a ssl enabled website to a WCF service with basicHTTPBinding.

i am getting the error

The requested service, 'http://10.5.1.111/HRMSService/VehicleMaintenance/VehicleMaintenance.svc/test' could not be activated. See the server's diagnostic trace logs for more information. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ServiceModel.ServiceActivationException: The requested service, 'http://10.5.1.111/HRMSService/VehicleMaintenance/VehicleMaintenance.svc/test' could not be ac开发者_StackOverflow中文版tivated. See the server's diagnostic trace logs for more information.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using


Have you defined the correct bindings in Web.config?

0

精彩评论

暂无评论...
验证码 换一张
取 消