47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||
|
<wsdl:types>
|
||
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
||
|
<s:element name="Hola">
|
||
|
<s:complexType />
|
||
|
</s:element>
|
||
|
<s:element name="HolaResponse">
|
||
|
<s:complexType>
|
||
|
<s:sequence>
|
||
|
<s:element minOccurs="1" maxOccurs="1" name="HolaResult" nillable="true" type="s:int" />
|
||
|
</s:sequence>
|
||
|
</s:complexType>
|
||
|
</s:element>
|
||
|
</s:schema>
|
||
|
</wsdl:types>
|
||
|
<wsdl:message name="HolaSoapIn">
|
||
|
<wsdl:part name="parameters" element="tns:Hola" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:message name="HolaSoapOut">
|
||
|
<wsdl:part name="parameters" element="tns:HolaResponse" />
|
||
|
</wsdl:message>
|
||
|
<wsdl:portType name="ServiceSoap">
|
||
|
<wsdl:operation name="Hola">
|
||
|
<wsdl:input message="tns:HolaSoapIn" />
|
||
|
<wsdl:output message="tns:HolaSoapOut" />
|
||
|
</wsdl:operation>
|
||
|
</wsdl:portType>
|
||
|
<wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
|
||
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||
|
<wsdl:operation name="Hola">
|
||
|
<soap:operation soapAction="http://tempuri.org/Hola" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
</wsdl:binding>
|
||
|
<wsdl:service name="Service">
|
||
|
<wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
|
||
|
<soap:address location="http://localhost:4810/WebSite6/Service.asmx" />
|
||
|
</wsdl:port>
|
||
|
</wsdl:service>
|
||
|
</wsdl:definitions>
|