-1
httpアダプタを使用してxmlファイルを読みたいが、プロトコルはhttpsです。私は解決策は次のように変換するために構成されますと思う:httpsプロトコルのhttpアダプタ
<connectivity>
<connectionPolicy xsi:type="http:HTTPConnectionPolicyType">
<protocol>https</protocol>
<domain>greenhouse.lotus.com</domain>
<port>443</port>
<authentication>
<basic/>
<serverIdentity>
<username> ${user} </username>
<password> ${password} </password>
</serverIdentity>
</authentication>
</connectionPolicy>
<loadConstraints maxConcurrentConnectionsPerNode="2" />
</connectivity>
それこのソリューション場合、あなたはどのように$ {ユーザー}と$ {パスワード}を作成する方法を教えてくださいすることができます。他にも私には他の解決策を教えてください。