0748565aad6a8878aecb88a26081c9bb10c00279Peter Major<%--
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major The contents of this file are subject to the terms of the Common Development and
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major Distribution License (the License). You may not use this file except in compliance with the
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major License.
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major specific language governing permission and limitations under the License.
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major When distributing Covered Software, include this CDDL Header Notice in each file and include
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major Header, with the fields enclosed by brackets [] replaced by your own identifying
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major information: "Portions copyright [year] [name of copyright owner]".
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major Copyright 2016 ForgeRock AS.
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major--%><%@ page contentType="application/soap+xml;charset=UTF-8" language="java" session="false"
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major import="org.forgerock.openam.utils.StringUtils"
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major%><s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <s:Header>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse</a:Action>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <% if (StringUtils.isNotEmpty((String) request.getAttribute("inResponseTo"))) { %>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <a:RelatesTo>${inResponseTo}</a:RelatesTo>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <% } %>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major </s:Header>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <s:Body>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <Metadata xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <wsx:MetadataSection Dialect="http://schemas.xmlsoap.org/wsdl/"
fe78cbc4a2d4b2c4a0c37485625bb7a2f9b561ccPeter Major Identifier="http://forgerock.org/ws-fed/securitytokenservice"
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major xmlns="">
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major <jsp:include page="wsdl.jsp" />
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major </wsx:MetadataSection>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major </Metadata>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major </s:Body>
0748565aad6a8878aecb88a26081c9bb10c00279Peter Major</s:Envelope>