2017-08-03 13 views

答えて

1

あなたは以下

<?xml version="1.0" encoding="UTF-8"?> 
<proxy xmlns="http://ws.apache.org/ns/synapse" name="token" startOnLoad="true" transports="http https"> 
    <target> 
     <inSequence> 
     <endpoint> 
      <address uri="https://:9443/oauth2/token" /> 
     </endpoint> 
     </inSequence> 
     <outSequence> 
     <send /> 
     </outSequence> 
     <faultSequence /> 
    </target> 
</proxy> 
+0

ハイテクようJenananthan をEI/ESBにおけるパススループロキシを作成することができ、それがhttpsをトリガするために身体フォームgrant_type =パスワード&ユーザ名=管理者&パスワード=管理者に必要な:// localhostを:9443 /のOAuth2 /トークン、私が言及したようにプロキシを介してパスをトリガするときにエラーがあります。 エラーログ: TID:[-1234] [] [2017-08-10 12:30:48,900] ERROR {org.apache.synapse.transport.passthru.util.RelayUtils} - パススルーストリームを構築中にエラーが発生しました{ org.apache.synapse.transport.passthru.util.RelayUtils} org.apache.axiom.om.OMException:com.ctc.wstx.exc.WstxEOFException:プロローグ内の予期しないEOF [row、col {unknown-source} ]:[1,0] –

+0

axis2.xmlのこの2つのエントリを有効にした後

関連する問題