EpiServerWebサービスにページを追加するように指示するコンソールアプリケーションを実行しています。私の問題は、自閉症を機能させることができないということです。EpibackoficeでWebサービスユーザーを作成しました。アカウントを使用してブラウザからWebサービスにログインできます。
コンソールアプリのコードサンプルは次のとおりです。
var client2 = new ContentChannel.ContentChannelServiceSoapClient();
client2.ClientCredentials.UserName.UserName = "username";
client2.ClientCredentials.UserName.Password = "password";
client2.Open();
client2.ImportPage1(null, "Pagename", null, null, "sv", newGuid, parentGuid, "pagetype");
client2.Close();
私が受け取るエラーメッセージは
System.Web.Services.Protocols.SoapException:サーバーはリクエストを処理できませんでした。
---> EPiServer.Core.EPiServerException:ユーザーには、EPiServer.WebServices.ContentChannelServiceのEPiServer.WebServices.DataFactoryService.ValidateWebServiceAccess ()のユーザーに対して、リモートサイトのWebサービスにアクセスするための「Permission.WebServiceAccess」アクセス権がありません。.ValidateWebServiceAccess()at EPiServer.WebServices.ContentChannelService.ImportPage(String channelId、String pageName、String [] propertyKeys、String [] propertyValues、StringcultureName、Guid pageId、Guid parentPageId、String pageTypeName)---内部例外スタックトレースの終了---
設定ファイルでどのように行ったかを表示する必要があるかどうかはわかりませんが、追加する必要がある場合は、教えてください。誰かがここから行く方法を知っているなら、答えてください。前もって感謝します!
編集
名前でエラーが発生し、フォーム認証ではなくログインプロンプトが表示されます。次のような、いくつかのWebサービスメソッドを使用できます。
ContentChannel.GetMaxRequestLength()
しかし、Webサービスを適切に使用しようとしたり、ValidateWebServiceAccess()を呼び出したりすると、このエラーが発生します。
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> EPiServer.Core.EPiServerException: The user does
not have the 'Permission.WebServiceAccess' access right to access web
services on the remote site, for user andreas