Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:calcularIndicadorProcedimiento" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:calcularIndicadorProcedimiento">
- <types>
- <xsd:schema targetNamespace="urn:calcularIndicadorProcedimiento"
- >
- <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
- <xsd:complexType name="periodo">
- <xsd:all>
- <xsd:element name="fechaInicio" type="xsd:string"/>
- <xsd:element name="fechaFin" type="xsd:string"/>
- </xsd:all>
- </xsd:complexType>
- <xsd:complexType name="arrayPeriodos">
- <xsd:complexContent>
- <xsd:restriction base="SOAP-ENC:Array">
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:periodo[]"/>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
- <xsd:complexType name="medicion">
- <xsd:all>
- <xsd:element name="fechaInicio" type="xsd:string"/>
- <xsd:element name="fechaFin" type="xsd:string"/>
- <xsd:element name="valor" type="xsd:float"/>
- </xsd:all>
- </xsd:complexType>
- <xsd:complexType name="arrayMediciones">
- <xsd:complexContent>
- <xsd:restriction base="SOAP-ENC:Array">
- <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:medicion[]"/>
- </xsd:restriction>
- </xsd:complexContent>
- </xsd:complexType>
- </xsd:schema>
- </types>
- <message name="calcularIndicadorProcedimientoRequest">
- <part name="periodos" type="tns:arrayPeriodos" />
- <part name="tipopro" type="xsd:string" />
- <part name="tipoind" type="xsd:string" /></message>
- <message name="calcularIndicadorProcedimientoResponse">
- <part name="return" type="tns:arrayMediciones" /></message>
- <portType name="calcularIndicadorProcedimientoPortType">
- <operation name="calcularIndicadorProcedimiento">
- <documentation>Calcula el Indicador dado (Eficiencia, Eficacia o Efectividad) para el procedimiento indicado</documentation>
- <input message="tns:calcularIndicadorProcedimientoRequest"/>
- <output message="tns:calcularIndicadorProcedimientoResponse"/>
- </operation>
- </portType>
- <binding name="calcularIndicadorProcedimientoBinding" type="tns:calcularIndicadorProcedimientoPortType">
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="calcularIndicadorProcedimiento">
- <soap:operation soapAction="urn:calcularIndicadorProcedimiento#calcularIndicadorProcedimiento" style="rpc"/>
- <input><soap:body use="encoded" namespace="urn:calcularIndicadorProcedimiento" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
- <output><soap:body use="encoded" namespace="urn:calcularIndicadorProcedimiento" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
- </operation>
- </binding>
- <service name="calcularIndicadorProcedimiento">
- <port name="calcularIndicadorProcedimientoPort" binding="tns:calcularIndicadorProcedimientoBinding">
- <soap:address location="http://192.168.100.107/sig/ws/wsCorpo.php"/>
- </port>
- </service>
- </definitions>
Advertisement
Add Comment
Please, Sign In to add comment