dev 上の Web.config は、別のリモート dev サーバー上の Web サービスを呼び出すため、バインディングは次のようになります。
<binding name="XXXSoap12">
<httpsTransport manualAddressing="false" maxBufferPoolSize="524288"
maxReceivedMessageSize="1048576" allowCookies="false"
authenticationScheme="Anonymous"
bypassProxyOnLocal="false" decompressionEnabled="true"
hostNameComparisonMode="StrongWildcard"
keepAliveEnabled="true" maxBufferSize="1048576"
proxyAuthenticationScheme="Anonymous"
realm="" transferMode="Buffered"
unsafeConnectionNtlmAuthentication="false"
useDefaultWebProxy="true" />
</binding>
httpTransport
プロトコル/タグをhttpsTransport
QA、STG、および PROD 用のプロトコルに変更したい。
同じ変換をどのように記述しますか。