2

迷っています。どこから始めればよいかさえわかりません。これは私が得ているエラーです:

Procedure 'login' not present 説明: 現在の Web 要求の実行中に未処理の例外が発生しました。エラーの詳細とコード内のどこでエラーが発生したかについては、スタック トレースを確認してください。

例外の詳細: System.Web.Services.Protocols.SoapHeaderException: プロシージャ 'login' が存在しません

ソース エラー:

行 375: service.Url = account.APIURL; 376 行目: 377 行目: string sessionId = service.login(account.APIUser, account.APIPassword); 行 378: 行 379: var orders = service.salesOrderList(sessionId, InitialiseSOAPOrderCriteria(account.TriggerOrderStatus));

ソース ファイル: c:\inetpub\wwwroot\UAT.SFSystem\Settings\ChannelHeader.ascx.cs 行: 377

スタックトレース:

[SoapHeaderException: プロシージャ 'login' が存在しません] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage メッセージ、WebResponse 応答、ストリーム responseStream、ブール asyncCall) +1772421 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName 、Object[] パラメータ) +345 Adapters.MagentoSOAP.MagentoSOAP.MagentoService.login(String username, String apiKey) in C:\Work\WebCatch\SF\StoreFeeder\Middlewares\SFMWMagento\Adapters.MagentoSOAP\Web References\MagentoSOAP\Reference c:\inetpub\wwwroot\UAT.SFSystem\Settings\ChannelHeader.ascx.cs:377 の .cs:663 Settings_ChannelHeader.magentoTestConnection(String channelGuid) c:\inetpub\wwwroot\ の Settings_ChannelHeader.btnTestConnection_Click(オブジェクト送信者、EventArgs e) UAT.SFSystem\Settings\ChannelHeader.ascx.cs:154 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707

4

1 に答える 1