機械翻訳について

「Oracle ERP Cloudアダプタ」を使用したRESTサービスまたはSOAPサービスの検出中にエラーが発生しました

「Oracle ERP Cloudアダプタ」を使用してRESTサービスまたはSOAPサービスを検出しようとすると、次のエラーを受信できます。

RESTサービス・エラー

RESTサービスの検出時に次のエラーが発生した場合は、My Oracle Support (MOS)のDoc ID 2576807.1のGoalセクションで説明されているcurlコマンドを実行して、Oracle Integrationの外部でもエラーが表示されることを確認します。 エラーが発生した場合は、このMOSドキュメントのステップに従って、この問題を解決します。

An error occurred while loading the application catalog, ERROR: Exception while parsing the REST 
application catalog fscmRestApp. Error accessing the URL: https://hostname.oraclecloud.com:443/fscmRestApi/
resources/latest/describe?metadataMode=minimal - received HTTP Response Code: 400; Reason Bad Request. This 
might be because REST APIs are not enabled on the application. Please contact your Application Administrator.

SOAPサービス・エラー

SOAPサービスの検出時に次のエラーが発生した場合は、サービス・カタログのエントリを確認する必要があります。
Failed to located the service endpoint for the service {http://xmlns.oracle.com/apps/financials
/commonModules/shared/model/erpIntegrationService/}ErpIntegrationService. Please contact the administrator..
Integration TEST_SUBMIT_ESS (1.0) cannot be activated.{0}. ; Failed to located the service endpoint for 
the service {http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/}
ErpIntegrationService
たとえば、次のステップを実行します。
  1. 次のペイロードを使用して、SOAP UIクライアントからServiceCatalogを起動します:
    client https://elor.fa.us2.oraclecloud.com/fndAppCoreServices/ServiceCatalogService?wsdl
    ペイロードは次のようになります:
    <soapenv:Body>
      <typ:getAllServiceEndPoints/>
    </soapenv:Body>
  2. 認証およびタイムスタンプ・ヘッダーをペイロードに追加します。
  3. 欠落しているサービスについては、Oracle Fusion Applicationsサポートに連絡して、それらのサービスをサービス・カタログに追加してください。
  4. 統合を再アクティブ化します。