Khi tôi truy cập URL Dịch vụ cốt lõi Tridion tại: http://tridion_ip/webservices/CoreService2011.svc
Tôi gặp lỗi Runtime. Tôi đang truy cập URL trực tiếp từ máy chủ CMS.Cách định cấu hình dịch vụ lõi Tridion trên máy chủ Tridion?
Could not find a base address that matches scheme https for the endpoint
Khi tôi nhìn trong IIS, tôi có thể thấy rằng/webservices/thư mục cho các tập tin dịch vụ cốt lõi sau:
- CoreService.svc
- CoreService2011.svc
- Web.config
Tôi có nên xem trang dịch vụ web tại địa chỉ đó không? hoặc là beavior dự kiến này?
EDIT: Out yếu tố an ninh đọc như sau:
<wsHttpBinding>
<binding name="CoreService_wsHttpBinding" transactionFlow="true" maxReceivedMessageSize="10485760">
<readerQuotas maxStringContentLength="10485760" maxArrayLength="10485760" />
<!--
<security mode="Message">
<message clientCredentialType="Windows" />
</security>
-->
<!-- For LDAP authentication of message credentials, use the following settings: -->
<security mode="TransportWithMessageCredential">
<message clientCredentialType="UserName" />
</security>
</binding>
Bạn gặp phải lỗi thời gian chạy nào? – Puntero
Bạn đã thử http://code.google.com/p/tridion-practice/wiki/GetCoreServiceClientWithConfigFile này hoặc http://code.google.com/p/tridion-practice/wiki/GetCoreServiceClientWithoutConfigFile này chưa? –
tridion hiển thị lỗi thời gian chạy chung: Lỗi máy chủ trong ứng dụng '/ webservices'. Lỗi Runtime Mô tả: Đã xảy ra lỗi ứng dụng trên máy chủ. Cài đặt lỗi tùy chỉnh hiện tại cho ứng dụng này ngăn các chi tiết của lỗi ứng dụng không được xem từ xa (vì lý do bảo mật). Tuy nhiên, nó có thể được xem bởi các trình duyệt đang chạy trên máy chủ cục bộ. – Lucas