UsuarioWebService.wsdl 3.37 KB
Newer Older
Luis Gangas committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.1-b419 (branches/2.3.1.x-7937; 2014-08-04T08:11:03+0000) JAXWS-RI/2.2.10-b140803.1500 JAXWS-API/2.2.11 JAXB-RI/2.2.10-b140802.1033 JAXB-API/2.2.12-b140109.1041 svn-revision#unknown. --><!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.1-b419 (branches/2.3.1.x-7937; 2014-08-04T08:11:03+0000) JAXWS-RI/2.2.10-b140803.1500 JAXWS-API/2.2.11 JAXB-RI/2.2.10-b140802.1033 JAXB-API/2.2.12-b140109.1041 svn-revision#unknown. --><definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://webservices.webservicesseguridad.siso.pe/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://webservices.webservicesseguridad.siso.pe/" name="UsuarioWebService">
<types>
<xsd:schema>
<xsd:import namespace="http://webservices.webservicesseguridad.siso.pe/" schemaLocation="http://app8.sacooliveros.edu.pe:8080/WebservicesSeguridad/UsuarioWebService?xsd=1"/>
</xsd:schema>
</types>
<message name="validarUsuarioWebservice">
<part name="parameters" element="tns:validarUsuarioWebservice"/>
</message>
<message name="validarUsuarioWebserviceResponse">
<part name="parameters" element="tns:validarUsuarioWebserviceResponse"/>
</message>
<message name="consultarDatosWebservice">
<part name="parameters" element="tns:consultarDatosWebservice"/>
</message>
<message name="consultarDatosWebserviceResponse">
<part name="parameters" element="tns:consultarDatosWebserviceResponse"/>
</message>
<portType name="UsuarioWebService">
<operation name="validarUsuarioWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/UsuarioWebService/validarUsuarioWebserviceRequest" message="tns:validarUsuarioWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/UsuarioWebService/validarUsuarioWebserviceResponse" message="tns:validarUsuarioWebserviceResponse"/>
</operation>
<operation name="consultarDatosWebservice">
<input wsam:Action="http://webservices.webservicesseguridad.siso.pe/UsuarioWebService/consultarDatosWebserviceRequest" message="tns:consultarDatosWebservice"/>
<output wsam:Action="http://webservices.webservicesseguridad.siso.pe/UsuarioWebService/consultarDatosWebserviceResponse" message="tns:consultarDatosWebserviceResponse"/>
</operation>
</portType>
<binding name="UsuarioWebServicePortBinding" type="tns:UsuarioWebService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="validarUsuarioWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
<operation name="consultarDatosWebservice">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="UsuarioWebService">
<port name="UsuarioWebServicePort" binding="tns:UsuarioWebServicePortBinding">
<soap:address location="http://app8.sacooliveros.edu.pe:8080/WebservicesSeguridad/UsuarioWebService"/>
</port>
</service>
</definitions>