<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IPsoftservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:PsoftIntf">
  <types>
    <xs:schema targetNamespace="urn:PsoftIntf" xmlns="urn:PsoftIntf">
      <xs:complexType name="TResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="Code" type="xs:string"/>
          <xs:element name="Description" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="PSoftAdvancePayment0Request">
    <part name="Origen" type="xs:string"/>
    <part name="PSoftClientid" type="xs:string"/>
    <part name="IBAN" type="xs:string"/>
    <part name="OperationId" type="xs:string"/>
    <part name="TransRef" type="xs:string"/>
    <part name="amount" type="xs:double"/>
    <part name="Transactiondatetime" type="xs:dateTime"/>
  </message>
  <message name="PSoftAdvancePayment0Response">
    <part name="return" type="ns1:TResult"/>
  </message>
  <portType name="IPsoft">
    <operation name="PSoftAdvancePayment">
      <input message="tns:PSoftAdvancePayment0Request"/>
      <output message="tns:PSoftAdvancePayment0Response"/>
    </operation>
  </portType>
  <binding name="IPsoftbinding" type="tns:IPsoft">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="PSoftAdvancePayment">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:PsoftIntf-IPsoft#PSoftAdvancePayment" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:PsoftIntf-IPsoft"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:PsoftIntf-IPsoft"/>
      </output>
    </operation>
  </binding>
  <service name="IPsoftservice">
    <port name="IPsoftPort" binding="tns:IPsoftbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IPsoft"/>
    </port>
  </service>
</definitions>

