Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
AxisBindings are created for each and every transport on services deployed. That is a SOAP11, SOAP12 and HTTPBinding is created for each transport. Hence if both http and https are enabled there will be 6 bindings. This is not necessary we could have three bindings and both the http and https transport can share the same binding.
Note. At the moment the HTTPBinding is not shown on the https endpoint. This should be fixed too.