私のプロジェクトでは、Web サービスのコンジット設定を構成する必要があります。Web サービスと通信するには、プロキシを通過する必要があります。 nabble.com/svn-commit-r1240059-cxf-trunk-rt-transports-http-src-main-resources-schemas-configuration-http-conf-d-td5453353.htmlプロキシ設定の構成方法を知っている人はいますか?
<http-conf:conduit name="*.http-conduit">
<http-conf:authorization>
<sec:UserName>username</sec:UserName>
<sec:Password>password</sec:Password>
</http-conf:authorization>
<http-conf:client Connection="Keep-Alive"
AllowChunking="false"
ProxyServer=proxyIp
ProxyServerPort=proxyPort
ProxyServerType="HTTP"/>
</http-conf:conduit>
も試してみましhttp-conf:proxyAuthorization
たが、同じ 407 プロキシ認証エラーが表示されます。
誰もそれを解決する方法を知っていますか?