| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <definitions name="GenesisServiceService" targetNamespace="http://webservices.genesis.servipag.cl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webservices.genesis.servipag.cl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
- <types>
- <xsd:schema>
- <xsd:import namespace="http://webservices.genesis.servipag.cl/" schemaLocation="GenesisServiceService_schema1.xsd"/>
- </xsd:schema>
- </types>
- <message name="genesisMethodResponse">
- <part name="parameters" element="tns:genesisMethodResponse">
- </part>
- </message>
- <message name="genesisMethod">
- <part name="parameters" element="tns:genesisMethod">
- </part>
- </message>
- <portType name="GenesisServiceDelegate">
- <operation name="genesisMethod">
- <input message="tns:genesisMethod">
- </input>
- <output message="tns:genesisMethodResponse">
- </output>
- </operation>
- </portType>
- <binding name="GenesisServicePortBinding" type="tns:GenesisServiceDelegate">
- <soap12:binding style="document" transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"/>
- <operation name="genesisMethod">
- <soap12:operation soapAction=""/>
- <input>
- <soap12:body use="literal"/>
- </input>
- <output>
- <soap12:body use="literal"/>
- </output>
- </operation>
- </binding>
- <service name="GenesisServiceService">
- <port name="GenesisServicePort" binding="tns:GenesisServicePortBinding">
- <soap12:address location="http://10.254.254.11:9081/GenesisWS/GenesisServiceService"/>
- </port>
- </service>
- </definitions>
|