Last active
July 26, 2016 23:12
-
-
Save jeffmccune/47547af897a376c1c0d6d9a5c5109f1e to your computer and use it in GitHub Desktop.
MS CES WSDL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<wsdl:definitions | |
name="SecurityTokenService" targetNamespace="http://tempuri.org/" | |
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" | |
xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" | |
xmlns:i0="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" | |
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" | |
xmlns:wsa10="http://www.w3.org/2005/08/addressing" | |
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" | |
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" | |
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" | |
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" | |
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" | |
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tempuri.org/" | |
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" | |
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
<wsp:Policy wsu:Id="WSHttpBinding_ISecurityTokenService_policy"> | |
<wsp:ExactlyOne> | |
<wsp:All> | |
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> | |
<wsp:Policy> | |
<sp:TransportToken> | |
<wsp:Policy> | |
<sp:HttpsToken RequireClientCertificate="true"/> | |
</wsp:Policy> | |
</sp:TransportToken> | |
<sp:AlgorithmSuite> | |
<wsp:Policy> | |
<sp:Basic256/> | |
</wsp:Policy> | |
</sp:AlgorithmSuite> | |
<sp:Layout> | |
<wsp:Policy> | |
<sp:Strict/> | |
</wsp:Policy> | |
</sp:Layout> | |
</wsp:Policy> | |
</sp:TransportBinding> | |
<wsaw:UsingAddressing/> | |
</wsp:All> | |
</wsp:ExactlyOne> | |
</wsp:Policy> | |
<wsdl:import namespace="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" location="https://csws.vagrant.vm/Vagrant Root CA 1469475810_CES_Certificate/service.svc?wsdl=wsdl0"/> | |
<wsdl:types/> | |
<wsdl:binding name="WSHttpBinding_ISecurityTokenService" type="i0:ISecurityTokenService"> | |
<wsp:PolicyReference URI="#WSHttpBinding_ISecurityTokenService_policy"/> | |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/> | |
</wsdl:binding> | |
<wsdl:service name="SecurityTokenService"> | |
<wsdl:port name="WSHttpBinding_ISecurityTokenService" binding="tns:WSHttpBinding_ISecurityTokenService"> | |
<soap12:address location="https://csws.vagrant.vm/Vagrant%20Root%20CA%201469475810_CES_Certificate/service.svc/CES"/> | |
<wsa10:EndpointReference> | |
<wsa10:Address>https://csws.vagrant.vm/Vagrant%20Root%20CA%201469475810_CES_Certificate/service.svc/CES</wsa10:Address> | |
</wsa10:EndpointReference> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="SecurityTokenService" targetNamespace="http://schemas.microsoft.com/windows/pki/2009/01/enrollment"> | |
<wsp:Policy wsu:Id="WSHttpBinding_ISecurityTokenService_policy"> | |
<wsp:ExactlyOne> | |
<wsp:All> | |
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"> | |
<wsp:Policy> | |
<sp:TransportToken> | |
<wsp:Policy> | |
<sp:HttpsToken RequireClientCertificate="true"/> | |
</wsp:Policy> | |
</sp:TransportToken> | |
<sp:AlgorithmSuite> | |
<wsp:Policy> | |
<sp:Basic256/> | |
</wsp:Policy> | |
</sp:AlgorithmSuite> | |
<sp:Layout> | |
<wsp:Policy> | |
<sp:Strict/> | |
</wsp:Policy> | |
</sp:Layout> | |
</wsp:Policy> | |
</sp:TransportBinding> | |
<wsaw:UsingAddressing/> | |
</wsp:All> | |
</wsp:ExactlyOne> | |
</wsp:Policy> | |
<wsdl:types/> | |
<wsdl:portType name="ISecurityTokenService"/> | |
<wsdl:binding name="WSHttpBinding_ISecurityTokenService" type="tns:ISecurityTokenService"> | |
<wsp:PolicyReference URI="#WSHttpBinding_ISecurityTokenService_policy"/> | |
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/> | |
</wsdl:binding> | |
<wsdl:service name="SecurityTokenService"> | |
<wsdl:port name="WSHttpBinding_ISecurityTokenService" binding="tns:WSHttpBinding_ISecurityTokenService"> | |
<soap12:address location="https://csws.vagrant.vm/Vagrant%20Root%20CA%201469475810_CES_Certificate/service.svc/CES"/> | |
<wsa10:EndpointReference> | |
<wsa10:Address>https://csws.vagrant.vm/Vagrant%20Root%20CA%201469475810_CES_Certificate/service.svc/CES</wsa10:Address> | |
</wsa10:EndpointReference> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wsdl:definitions targetNamespace="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/windows/pki/2009/01/enrollment" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> | |
<wsdl:types/> | |
<wsdl:portType name="ISecurityTokenService"/> | |
</wsdl:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director. | |
OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director. | |
Copyright © OASIS Open 2002-2006. All Rights Reserved. | |
This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself does not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. | |
The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. | |
This document and the information contained herein is provided on an AS IS basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
--> | |
<wsdl:definitions | |
targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/" | |
xmlns:tns="http://docs.oasis-open.org/ws-sx/ws-trust/200512/" | |
xmlns:wst="http://docs.oasis-open.org/ws-sx/ws-trust/200512/" | |
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" > | |
<!-- this is the WS-I BP-compliant way to import a schema --> | |
<wsdl:types> | |
<xs:schema> | |
<xs:import | |
namespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/" | |
schemaLocation="http://docs.oasis-open.org/ws-sx/ws-trust/200512/ws-trust-1.3.xsd"/> | |
</xs:schema> | |
</wsdl:types> | |
<!-- WS-Trust defines the following GEDs --> | |
<wsdl:message name="RequestSecurityTokenMsg"> | |
<wsdl:part name="request" | |
element="wst:RequestSecurityToken" /> | |
</wsdl:message> | |
<wsdl:message name="RequestSecurityTokenCollectionMsg"> | |
<wsdl:part name="request" | |
element="wst:RequestSecurityTokenCollection" /> | |
</wsdl:message> | |
<wsdl:message name="RequestSecurityTokenResponseMsg"> | |
<wsdl:part name="response" | |
element="wst:RequestSecurityTokenResponse" /> | |
</wsdl:message> | |
<wsdl:message name="RequestSecurityTokenResponseCollectionMsg"> | |
<wsdl:part name="responseCollection" | |
element="wst:RequestSecurityTokenResponseCollection"/> | |
</wsdl:message> | |
<!-- This portType models the full request/response the Security Token Service: --> | |
<wsdl:portType name="WSSecurityRequestor"> | |
<wsdl:operation name="SecurityTokenResponse"> | |
<wsdl:input | |
message="tns:RequestSecurityTokenResponseMsg"/> | |
</wsdl:operation> | |
<wsdl:operation name="SecurityTokenResponse2"> | |
<wsdl:input | |
message="tns:RequestSecurityTokenResponseCollectionMsg"/> | |
</wsdl:operation> | |
<wsdl:operation name="Challenge"> | |
<wsdl:input message="tns:RequestSecurityTokenResponseMsg"/> | |
<wsdl:output message="tns:RequestSecurityTokenResponseMsg"/> | |
</wsdl:operation> | |
<wsdl:operation name="Challenge2"> | |
<wsdl:input message="tns:RequestSecurityTokenResponseMsg"/> | |
<wsdl:output | |
message="tns:RequestSecurityTokenResponseCollectionMsg"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
<!-- These portTypes model the individual message exchanges --> | |
<wsdl:portType name="SecurityTokenRequestService"> | |
<wsdl:operation name="RequestSecurityToken"> | |
<wsdl:input message="tns:RequestSecurityTokenMsg"/> | |
</wsdl:operation> | |
<wsdl:operation name="RequestSecurityTokenCollection"> | |
<wsdl:input message="tns:RequestSecurityTokenCollectionMsg"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:portType name="SecurityTokenService"> | |
<wsdl:operation name="RequestSecurityToken"> | |
<wsdl:input message="tns:RequestSecurityTokenMsg"/> | |
<wsdl:output message="tns:RequestSecurityTokenResponseMsg"/> | |
</wsdl:operation> | |
<wsdl:operation name="RequestSecurityToken2"> | |
<wsdl:input message="tns:RequestSecurityTokenMsg"/> | |
<wsdl:output | |
message="tns:RequestSecurityTokenResponseCollectionMsg"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
</wsdl:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment