<?xml version = "1.0" encoding = "utf-8"?>
<definitions name="WS_AceptacionRecibidos" targetNamespace="Gx" xmlns:wsdlns="Gx" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="Gx">
	<types>
		<schema targetNamespace="Gx" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" elementFormDefault="qualified">
			<element name="WS_AceptacionRecibidos.Execute">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Xmlaceptacion" type="xsd:string" />
					</sequence>
				</complexType>
			</element>
			<element name="WS_AceptacionRecibidos.ExecuteResponse">
				<complexType>
					<sequence>
						<element minOccurs="1" maxOccurs="1" name="Xmlretorno" type="xsd:string" />
					</sequence>
				</complexType>
			</element>
		</schema>
	</types>
	<message name="WS_AceptacionRecibidos.ExecuteSoapIn">
		<part name="parameters" element="tns:WS_AceptacionRecibidos.Execute" />
	</message>
	<message name="WS_AceptacionRecibidos.ExecuteSoapOut">
		<part name="parameters" element="tns:WS_AceptacionRecibidos.ExecuteResponse" />
	</message>
	<portType name="WS_AceptacionRecibidosSoapPort">
		<operation name="Execute">
			<input message="wsdlns:WS_AceptacionRecibidos.ExecuteSoapIn" />
			<output message="wsdlns:WS_AceptacionRecibidos.ExecuteSoapOut" />
		</operation>
	</portType>
	<binding name="WS_AceptacionRecibidosSoapBinding" type="wsdlns:WS_AceptacionRecibidosSoapPort">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
		<operation name="Execute">
			<soap:operation soapAction="Gxaction/AWS_ACEPTACIONRECIBIDOS.Execute" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>
	<service name="WS_AceptacionRecibidos">
		<port name="WS_AceptacionRecibidosSoapPort" binding="wsdlns:WS_AceptacionRecibidosSoapBinding">
			<soap:address location="https://appuypruebas.migrate.info/InvoiCy/aws_aceptacionrecibidos.aspx" />
		</port>
	</service>
</definitions>
