0

SoapUi を使用して AX Web サービスに接続しようとすると、エラーが発生します。IIS Web サーバーでは、この特定の Web サービスが正常に参照されます。web.config ファイルでは、Windows 認証ではなく wsHttpBinding バインディングを使用しています。グーグルで見た多くの提案をフォローアップしましたが、この Web サービスはまだ失敗しています。それを修正するための AIF の専門家からの新しい手がかりに本当に感謝しています。ここまでは本当に悪夢です。ありがとう!ペップ

s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action>
   </s:Header>
   <s:Body>
      <s:Fault>
         <s:Code>
            <s:Value>s:Sender</s:Value>
            <s:Subcode>
               <s:Value xmlns:a="http://schemas.xmlsoap.org/ws/2005/02/sc">a:BadContextToken</s:Value>
            </s:Subcode>
         </s:Code>
         <s:Reason>
            <s:Text xml:lang="en-GB">The message could not be processed. This is most likely because the action 'http://schemas.microsoft.com/dynamics/2008/01/services/specific service operation' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the service aborted the channel due to inactivity. To prevent the service from aborting idle sessions prematurely increase the Receive timeout on the service endpoint's binding.</s:Text>
         </s:Reason>
      </s:Fault>
   </s:Body>
</s:Envelope>
4

0 に答える 0