⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 security-token-service.wsdl

📁 开源的OpenId的一个java实现
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="service"	targetNamespace="http://www.example.org/service/"	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"	xmlns:tns="http://www.example.org/service/"	xmlns:xsd="http://www.w3.org/2001/XMLSchema"	xmlns:wst='http://schemas.xmlsoap.org/ws/2005/02/trust'	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">	<wsdl:types>		<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'				   xmlns:wst='http://schemas.xmlsoap.org/ws/2005/02/trust'				   targetNamespace='http://schemas.xmlsoap.org/ws/2005/02/trust' 				   elementFormDefault='qualified' >						  <xs:element name='RequestSecurityToken' type='wst:RequestSecurityTokenType' />		  <xs:complexType name='RequestSecurityTokenType' >			<xs:sequence>			  <xs:any namespace='##any' processContents='lax' minOccurs='0' maxOccurs='unbounded' />			</xs:sequence>			<xs:anyAttribute namespace='##other' processContents='lax' />		  </xs:complexType>		  <xs:element name='RequestSecurityTokenResponse' type='wst:RequestSecurityTokenResponseType' />		  <xs:complexType name='RequestSecurityTokenResponseType' >			<xs:sequence>			  <xs:any namespace='##any' processContents='lax' minOccurs='0' maxOccurs='unbounded' />			</xs:sequence>			<xs:anyAttribute namespace='##other' processContents='lax' />		  </xs:complexType>		</xs:schema>	</wsdl:types>	<wsdl:message name="IssueTokenRequest">		<wsdl:part name="parameters" element="wst:RequestSecurityToken"></wsdl:part>	</wsdl:message>	<wsdl:message name="IssueTokenResponse">		<wsdl:part name="parameters" element="wst:RequestSecurityTokenResponse"></wsdl:part>	</wsdl:message>	<wsdl:portType name="SecurityTokenService">		<wsdl:operation name="IssueToken">			<wsdl:input message="tns:IssueTokenRequest"></wsdl:input>			<wsdl:output message="tns:IssueTokenResponse"></wsdl:output>		</wsdl:operation>	</wsdl:portType>	<wsdl:binding name="STSBinding" type="tns:SecurityTokenService">		<wsdl:operation name="IssueToken">			<soap:operation				soapAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue"				style="document">			</soap:operation>			<wsdl:input>				<soap:body use="literal"></soap:body>			</wsdl:input>			<wsdl:output>				<soap:body use="literal"></soap:body>			</wsdl:output>		</wsdl:operation>	</wsdl:binding>	<wsdl:service name="sts-ut">		<wsdl:port name="SecurityTokenServicePort" binding="tns:STSBinding">			<soap:address location="http://www.example.org/" />		</wsdl:port>	</wsdl:service>	<wsdl:service name="sts-ic">		<wsdl:port name="SecurityTokenServicePort" binding="tns:STSBinding">			<soap:address location="http://www.example.org/" />		</wsdl:port>	</wsdl:service>	<wsdl:service name="sts-ic-symm">		<wsdl:port name="SecurityTokenServicePort" binding="tns:STSBinding">			<soap:address location="http://www.example.org/" />		</wsdl:port>	</wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -