Servicio WS Pagos Brasil (yaPay)

Estado
 EN USO 


En uso

Cuando un requisito de sistema software tenga el estado En Uso, tendrá descrita la situación actual..


Situación actual

Descripción

Servicios de integración con proveedor de pagos.

Tipo de PeticiónSOAP
Métodos
WSDL

https://homol.uno-internacional.com/br/ws/test/wsdl

WSDL
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
	xmlns:tns="urn:TestControllerwsdl"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
	name="TestController" targetNamespace="urn:TestControllerwsdl">
	<wsdl:types>
		<xsd:schema targetNamespace="urn:TestControllerwsdl">
			<xsd:complexType name="stringArray">
				<xsd:complexContent>
					<xsd:restriction base="soap-enc:Array">
						<xsd:attribute ref="soap-enc:arrayType"
							wsdl:arrayType="xsd:string[]" />
					</xsd:restriction>
				</xsd:complexContent>
			</xsd:complexType>
		</xsd:schema>
	</wsdl:types>
	<wsdl:message name="pagamentoCartaoIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="pagamentoCartaoOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="transferenciaOnlineIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="transferenciaOnlineOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="capturarCartaoIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="capturarCartaoOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="gerarBoletoIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="gerarBoletoOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="consultarTransacaoIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="consultarTransacaoOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="testeIn">
		<wsdl:part name="xml" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="testeOut">
		<wsdl:part name="return" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="loginIn">
		<wsdl:part name="usuario" type="xsd:string" />
		<wsdl:part name="senha" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="loginOut">
		<wsdl:part name="return" type="tns:stringArray" />
	</wsdl:message>
	<wsdl:portType name="TestControllerPortType">
		<wsdl:operation name="pagamentoCartao">
			<wsdl:documentation />
			<wsdl:input message="tns:pagamentoCartaoIn" />
			<wsdl:output message="tns:pagamentoCartaoOut" />
		</wsdl:operation>
		<wsdl:operation name="transferenciaOnline">
			<wsdl:documentation />
			<wsdl:input message="tns:transferenciaOnlineIn" />
			<wsdl:output message="tns:transferenciaOnlineOut" />
		</wsdl:operation>
		<wsdl:operation name="capturarCartao">
			<wsdl:documentation />
			<wsdl:input message="tns:capturarCartaoIn" />
			<wsdl:output message="tns:capturarCartaoOut" />
		</wsdl:operation>
		<wsdl:operation name="gerarBoleto">
			<wsdl:documentation />
			<wsdl:input message="tns:gerarBoletoIn" />
			<wsdl:output message="tns:gerarBoletoOut" />
		</wsdl:operation>
		<wsdl:operation name="consultarTransacao">
			<wsdl:documentation />
			<wsdl:input message="tns:consultarTransacaoIn" />
			<wsdl:output message="tns:consultarTransacaoOut" />
		</wsdl:operation>
		<wsdl:operation name="teste">
			<wsdl:documentation />
			<wsdl:input message="tns:testeIn" />
			<wsdl:output message="tns:testeOut" />
		</wsdl:operation>
		<wsdl:operation name="login">
			<wsdl:documentation />
			<wsdl:input message="tns:loginIn" />
			<wsdl:output message="tns:loginOut" />
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="TestControllerBinding"
		type="tns:TestControllerPortType">
		<soap:binding style="rpc"
			transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="pagamentoCartao">
			<soap:operation
				soapAction="urn:TestControllerwsdl#pagamentoCartao" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="transferenciaOnline">
			<soap:operation
				soapAction="urn:TestControllerwsdl#transferenciaOnline" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="capturarCartao">
			<soap:operation
				soapAction="urn:TestControllerwsdl#capturarCartao" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="gerarBoleto">
			<soap:operation
				soapAction="urn:TestControllerwsdl#gerarBoleto" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="consultarTransacao">
			<soap:operation
				soapAction="urn:TestControllerwsdl#consultarTransacao" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="teste">
			<soap:operation
				soapAction="urn:TestControllerwsdl#teste" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="login">
			<soap:operation
				soapAction="urn:TestControllerwsdl#login" style="rpc" />
			<wsdl:input>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="encoded"
					encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
					namespace="urn:TestControllerwsdl" />
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="TestControllerService">
		<wsdl:port name="TestControllerPort"
			binding="tns:TestControllerBinding">
			<soap:address
				location="https://homol.uno-internacional.com/br/ws/index.php/test/wsdl?ws=1" />
		</wsdl:port>
	</wsdl:service>
</definitions>
Backendhttps://homol.uno-internacional.com/br/ws/index.php/test/wsdl?ws=1
¿Quién lo utiliza y cómo?
  • Es utilizado por las aplicaciones de Pagamento Brasil para la integración con el proveedor de pagos.