wsdl.jsp revision fe78cbc4a2d4b2c4a0c37485625bb7a2f9b561cc
0N/A You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A targetNamespace="http://forgerock.org/ws-fed/securitytokenservice"
0N/A xmlns:xsd="http://www.w3.org/2001/XMLSchema"
1472N/A xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
1472N/A xmlns:wsa10="http://www.w3.org/2005/08/addressing"
0N/A xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
0N/A xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
1879N/A xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
1879N/A xmlns:wst="http://schemas.xmlsoap.org/ws/2005/02/trust">
0N/A <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
0N/A <sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
0N/A sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
1145N/A <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
1145N/A xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
1145N/A <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/>
1145N/A <sp:Wss11 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
1145N/A <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
0N/A <xsd:schema targetNamespace="http://forgerock.org/ws-fed/securitytokenservice/schema">
1145N/A <xsd:import namespace="http://schemas.xmlsoap.org/ws/2005/02/trust"
0N/A schemaLocation="${baseUrl}/wsfederation/xsd/ws-trust-1.0.xsd"/>
0N/A <wsdl:input wsaw:Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue"
0N/A <wsdl:output wsaw:Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue"
0N/A <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
0N/A <soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue" style="document"/>
0N/A <soap12:address location="${baseUrl}/WSFederationServlet/sts/metaAlias${metaAlias}"/>
0N/A <wsa10:Address>${baseUrl}/WSFederationServlet/sts/metaAlias${metaAlias}</wsa10:Address>