Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstate SOAP links #9403

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## Remarks
The wsa:EndpointReference element can be used in wst:OnBehalfOf and wp:AppliesTo elements inside of a wsp:RequestSecurityToken element to specify an endpoint reference.

Supports either the WS-Addressing standard schema namespace (`http://schemas.xmlsoap.org/ws/2004/08/addressing`) or the [WS-Addressing 1.0 schema namespace](https://www.w3.org/2005/08/addressing) when reading. On write only the [WS-Addressing 1.0 namespace](https://www.w3.org/2005/08/addressing) is supported.
Supports either the [WS-Addressing standard schema namespace](http://schemas.xmlsoap.org/ws/2004/08/addressing) or the [WS-Addressing 1.0 schema namespace](https://www.w3.org/2005/08/addressing) when reading. On write only the [WS-Addressing 1.0 namespace](https://www.w3.org/2005/08/addressing) is supported.

For more information about the wsa:EndpointReference element, see the Web Services Addressing - Core specification. For more information about its use in WS-Trust protocols, see the version of the WS-Trust specification that applies to your scenario.

Expand Down Expand Up @@ -95,7 +95,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Reads the contents of the wsa:EndpointReference element and returns an <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> object. The WS-Addressing namespace can be either the WS-Addressing standard schema (`http://schemas.xmlsoap.org/ws/2004/08/addressing`) or the [WS-Addressing 1.0 standard schema](https://www.w3.org/2005/08/addressing). The wsa:Address element must be the first child element of the wsa:EndpointReference element. The <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Uri%2A> property in the returned <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> is set to the URI specified by the wsa:Address element. All other child elements are added to the <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Details%2A> collection.
Reads the contents of the wsa:EndpointReference element and returns an <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> object. The WS-Addressing namespace can be either the [WS-Addressing standard schema](http://schemas.xmlsoap.org/ws/2004/08/addressing) or the [WS-Addressing 1.0 standard schema](https://www.w3.org/2005/08/addressing). The wsa:Address element must be the first child element of the wsa:EndpointReference element. The <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Uri%2A> property in the returned <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference> is set to the URI specified by the wsa:Address element. All other child elements are added to the <xref:System.IdentityModel.Protocols.WSTrust.EndpointReference.Details%2A> collection.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to `http://schemas.xmlsoap.org/ws/2005/05/identity`.
After initialization, the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection> is empty and the <xref:System.IdentityModel.Protocols.WSTrust.RequestClaimCollection.Dialect%2A> property is set to <http://schemas.xmlsoap.org/ws/2005/05/identity>.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.IdentityModel.Tokens/SessionSecurityToken.xml
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are `http://schemas.xmlsoap.org/ws/2005/02/sc` and <http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512>, respectively.
The <xref:System.IdentityModel.Tokens.SessionSecurityTokenHandler> base class supports WS-Secure Conversation Feb2005 and WS-Secure Conversation 1.3. The URIs for these versions of WS-Secure Conversation are <http://schemas.xmlsoap.org/ws/2005/02/sc> and <http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512>, respectively.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel.Description/PolicyVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

## Remarks

For WS-Policy 1.2, the returned namespace is `http://schemas.xmlsoap.org/ws/2004/09/policy`. For WS-Policy 1.5, the returned namespace is <http://www.w3.org/ns/ws-policy>.
For WS-Policy 1.2, the returned namespace is <http://schemas.xmlsoap.org/ws/2004/09/policy>. For WS-Policy 1.5, the returned namespace is <http://www.w3.org/ns/ws-policy>.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.ServiceModel/EnvelopeVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</ReturnValue>
<Docs>
<summary>Gets a string that contains the URI name for the SOAP role associated with the current message version for the next destination.</summary>
<value>A string that contains <code>http://schemas.xmlsoap.org/soap/actor/next</code> if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if SOAP1.2 is used; and an empty string if the message version is none.</value>
<value>A string that contains http://schemas.xmlsoap.org/soap/actor/next if SOAP1.1 is used; a string that contains http://www.w3.org/2003/05/soap-envelope/role/next if SOAP1.2 is used; and an empty string if the message version is none.</value>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
Loading