Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions wsdl/ver10/advancedsecurity/wsdl/advancedsecurity.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,11 @@
<xs:documentation>Indicates the maximum number of certification paths that may be assigned to the TLS server simultaneously.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SetupDuration" type="xs:duration">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this setup duration apply to each of these requests ?

  • ReplaceServerCertificateAssignment
  • SetNetworkProtocols to enable HTTPS
  • SetEnabledTLSVersions

<xs:annotation>
<xs:documentation>Indication how long a change to the TLS server settings need to be activated.</xs:documentation>
Copy link
Copy Markdown
Contributor

@bsriramprasad bsriramprasad Mar 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<xs:documentation>Indication how long a change to the TLS server settings need to be activated.</xs:documentation>
<xs:documentation>Indicates the maximum time taken for updated TLS server settings to take effect.</xs:documentation>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cappentz suggests to add 'maximum' time it takes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HansBusch I agree with this comment update also.

</xs:annotation>
</xs:attribute>
<!-- ========================================= -->
<!-- Begin cert-based client auth capabilities -->
<!-- ========================================= -->
Expand Down