0

MTOM を有効にして、OSB 12c でプロキシ サービスを開発しました。

バイナリ ファイルは pdf、doc、ppt、または xls として正常に送信できますが、テキスト ファイルを送信するとすぐに次のエラーが発生します。

リクエスト:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:upl="http://UploadFileService.acme/">
   <soap:Header/>
   <soap:Body>
      <upl:scanDocRequest>
         <requestMsg>
            <doc>cid:719461305114</doc>
         </requestMsg>
      </upl:scanDocRequest>
   </soap:Body>
</soap:Envelope>

石鹸UIの設定

応答:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
   <soap:Body>
      <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>OSB-382118</con:errorCode>
         <con:reason>Decoding of MIME attachments from MIME Content-Transfer-Encoding='7bit' not supported</con:reason>
         <con:location>
            <con:node>AntivirusPipelinePairNode</con:node>
            <con:pipeline>request-a00020f.N696e5fe3.0.15143454755.N8000</con:pipeline>
            <con:stage>ReportingIn</con:stage>
            <con:path>request-pipeline</con:path>
         </con:location>
      </con:fault>
   </soap:Body>
</soap:Envelope>

応答が失敗する

MIME Con​​tent-Transfer-Encoding='7bit' からの MIME 添付ファイルのデコードはサポートされていません

4

1 に答える 1