<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns2="http://gate.gopay.cz/ws" xmlns:tns1="urn:AxisEPaymentProvider" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://axis.web.gopay.cz" xmlns:impl="http://axis.web.gopay.cz" xmlns:apachesoap="http://xml.apache.org/xml-soap" targetNamespace="http://axis.web.gopay.cz">
  <wsdl:types>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns2="http://gate.gopay.cz/ws" xmlns:tns1="urn:AxisEPaymentProvider" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://axis.web.gopay.cz" xmlns:impl="http://axis.web.gopay.cz" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:AxisEPaymentProvider">
            
  <import namespace="http://gate.gopay.cz/ws"/>
            
  <import namespace="http://axis.web.gopay.cz"/>
            
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            
  <complexType name="EPaymentSessionInfo">
                
    <sequence>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="paymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="targetGoId" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="EPaymentStatus">
                
    <sequence>
                    
      <element name="currency" nillable="true" type="soapenc:string"/>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="orderNumber" nillable="true" type="soapenc:string"/>
                    
      <element name="p1" nillable="true" type="soapenc:string"/>
                    
      <element name="p2" nillable="true" type="soapenc:string"/>
                    
      <element name="p3" nillable="true" type="soapenc:string"/>
                    
      <element name="p4" nillable="true" type="soapenc:string"/>
                    
      <element name="parentPaymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="paymentChannel" nillable="true" type="soapenc:string"/>
                    
      <element name="paymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="preAuthorization" nillable="true" type="soapenc:boolean"/>
                    
      <element name="productName" nillable="true" type="soapenc:string"/>
                    
      <element name="recurrentPayment" nillable="true" type="soapenc:boolean"/>
                    
      <element name="result" nillable="true" type="soapenc:string"/>
                    
      <element name="resultDescription" nillable="true" type="soapenc:string"/>
                    
      <element name="sessionState" nillable="true" type="soapenc:string"/>
                    
      <element name="sessionSubState" nillable="true" type="soapenc:string"/>
                    
      <element name="sessionSubStateDesc" nillable="true" type="soapenc:string"/>
                    
      <element name="targetGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="totalPrice" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="ECustomerData">
                
    <sequence>
                    
      <element name="city" nillable="true" type="soapenc:string"/>
                    
      <element name="countryCode" nillable="true" type="soapenc:string"/>
                    
      <element name="email" nillable="true" type="soapenc:string"/>
                    
      <element name="firstName" nillable="true" type="soapenc:string"/>
                    
      <element name="lastName" nillable="true" type="soapenc:string"/>
                    
      <element name="phoneNumber" nillable="true" type="soapenc:string"/>
                    
      <element name="postalCode" nillable="true" type="soapenc:string"/>
                    
      <element name="street" nillable="true" type="soapenc:string"/>
                
    </sequence>
            
  </complexType>
            
  <xsd:complexType name="ECustomerCardData">
                
    <sequence>
                    
      <element name="cardNumber" nillable="true" type="soapenc:string"/>
                    
      <element name="cardExpiration" nillable="true" type="soapenc:string"/>
                    
      <element name="cardBrand" nillable="true" type="soapenc:string"/>
                    
      <element name="cardIssuerCountry" nillable="true" type="soapenc:string"/>
                    
      <element name="cardIssuerBank" nillable="true" type="soapenc:string"/>
                
    </sequence>
            
  </xsd:complexType>
            
  <complexType name="EPaymentStatusWCust">
                
    <complexContent>
                    
      <extension base="tns1:EPaymentStatus">
                        
        <sequence>
                            
          <element name="customerData" nillable="true" type="tns1:ECustomerData"/>
                            
          <element name="customerCardData" nillable="true" type="tns1:ECustomerCardData"/>
                        
        </sequence>
                    
      </extension>
                
    </complexContent>
            
  </complexType>
            
  <complexType name="EPaymentMethod">
                
    <sequence>
                    
      <element name="code" nillable="true" type="soapenc:string"/>
                    
      <element name="description" nillable="true" type="soapenc:string"/>
                    
      <element name="logo" nillable="true" type="soapenc:string"/>
                    
      <element name="offline" type="xsd:boolean"/>
                    
      <element name="paymentMethod" nillable="true" type="soapenc:string"/>
                    
      <element name="supportPreauthorization" type="xsd:boolean"/>
                    
      <element name="supportRecurrent" type="xsd:boolean"/>
                    
      <element name="supportedCurrency" nillable="true" type="soapenc:string"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="EPaymentCommand">
                
    <sequence>
                    
      <element name="currency" nillable="true" type="soapenc:string"/>
                    
      <element name="customerData" nillable="true" type="tns1:ECustomerData"/>
                    
      <element name="defaultPaymentChannel" nillable="true" type="soapenc:string"/>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="failedURL" nillable="true" type="soapenc:string"/>
                    
      <element name="lang" nillable="true" type="soapenc:string"/>
                    
      <element name="orderNumber" nillable="true" type="soapenc:string"/>
                    
      <element name="p1" nillable="true" type="soapenc:string"/>
                    
      <element name="p2" nillable="true" type="soapenc:string"/>
                    
      <element name="p3" nillable="true" type="soapenc:string"/>
                    
      <element name="p4" nillable="true" type="soapenc:string"/>
                    
      <element name="partnerGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="paymentChannels" nillable="true" type="soapenc:string"/>
                    
      <element name="preAuthorization" nillable="true" type="soapenc:boolean"/>
                    
      <element name="productName" nillable="true" type="soapenc:string"/>
                    
      <element name="recurrenceCycle" nillable="true" type="soapenc:string"/>
                    
      <element name="recurrenceDateTo" nillable="true" type="soapenc:string"/>
                    
      <element name="recurrencePeriod" nillable="true" type="soapenc:int"/>
                    
      <element name="recurrentPayment" nillable="true" type="soapenc:boolean"/>
                    
      <element name="successURL" nillable="true" type="soapenc:string"/>
                    
      <element name="targetGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="totalPrice" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="EBuyerCreate">
                
    <sequence>
                    
      <element name="buyerEmail" nillable="true" type="soapenc:string"/>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="eshopGoId" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="EBuyerCreateResult">
                
    <sequence>
                    
      <element name="buyerEmail" nillable="true" type="soapenc:string"/>
                    
      <element name="buyerGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="eshopGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="result" nillable="true" type="soapenc:string"/>
                    
      <element name="resultDescription" nillable="true" type="soapenc:string"/>
                
    </sequence>
            
  </complexType>
        
</schema>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns2="http://gate.gopay.cz/ws" xmlns:tns1="urn:AxisEPaymentProvider" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://axis.web.gopay.cz" xmlns:impl="http://axis.web.gopay.cz" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://axis.web.gopay.cz">
            
  <import namespace="http://gate.gopay.cz/ws"/>
            
  <import namespace="urn:AxisEPaymentProvider"/>
            
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            
  <complexType name="ArrayOf_tns1_EPaymentMethod">
                
    <complexContent>
                    
      <restriction base="soapenc:Array">
                        
        <attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:EPaymentMethod[]"/>
                    
      </restriction>
                
    </complexContent>
            
  </complexType>
        
</schema>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns2="http://gate.gopay.cz/ws" xmlns:tns1="urn:AxisEPaymentProvider" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://axis.web.gopay.cz" xmlns:impl="http://axis.web.gopay.cz" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://gate.gopay.cz/ws">
            
  <import namespace="urn:AxisEPaymentProvider"/>
            
  <import namespace="http://axis.web.gopay.cz"/>
            
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            
  <complexType name="EPaymentResult">
                
    <sequence>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="paymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="result" nillable="true" type="soapenc:string"/>
                    
      <element name="resultDescription" nillable="true" type="soapenc:string"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="ERefundRequest">
                
    <sequence>
                    
      <element name="amount" nillable="true" type="soapenc:long"/>
                    
      <element name="currency" nillable="true" type="soapenc:string"/>
                    
      <element name="description" nillable="true" type="soapenc:string"/>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="paymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="targetGoId" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
            
  <complexType name="ERecurrenceRequest">
                
    <sequence>
                    
      <element name="encryptedSignature" nillable="true" type="soapenc:string"/>
                    
      <element name="orderNumber" nillable="true" type="soapenc:string"/>
                    
      <element name="parentPaymentSessionId" nillable="true" type="soapenc:long"/>
                    
      <element name="targetGoId" nillable="true" type="soapenc:long"/>
                    
      <element name="totalPrice" nillable="true" type="soapenc:long"/>
                
    </sequence>
            
  </complexType>
        
</schema>
  </wsdl:types>
  <wsdl:message name="createPaymentResponse">
    <wsdl:part name="createPaymentReturn" type="tns1:EPaymentStatus">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="refundPaymentRequest1">
    <wsdl:part name="refundRequest" type="tns2:ERefundRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="capturePaymentRequest">
    <wsdl:part name="sessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidAuthorizationRequest">
    <wsdl:part name="sessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="refundPaymentResponse">
    <wsdl:part name="refundPaymentReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentStatusWCustRequest">
    <wsdl:part name="paymentSessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createPaymentRequest">
    <wsdl:part name="paymentCommand" type="tns1:EPaymentCommand">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidRecurrentPaymentRequest">
    <wsdl:part name="sessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentStatusRequest">
    <wsdl:part name="paymentSessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createBuyerResponse">
    <wsdl:part name="createBuyerReturn" type="tns1:EBuyerCreateResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createRecurrentPaymentResponse">
    <wsdl:part name="createRecurrentPaymentReturn" type="tns1:EPaymentStatus">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidRecurrentPaymentResponse">
    <wsdl:part name="voidRecurrentPaymentReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="partiallyRefundPaymentRequest">
    <wsdl:part name="refundRequest" type="tns2:ERefundRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="capturePaymentResponse">
    <wsdl:part name="capturePaymentReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="createRecurrentPaymentRequest">
    <wsdl:part name="recurrenceRequest" type="tns2:ERecurrenceRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="touchResponse">
    <wsdl:part name="touchReturn" type="soapenc:string">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentMethodListResponse">
    <wsdl:part name="paymentMethodListReturn" type="impl:ArrayOf_tns1_EPaymentMethod">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="refundPaymentRequest">
    <wsdl:part name="sessionInfo" type="tns1:EPaymentSessionInfo">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="partiallyRefundPaymentResponse">
    <wsdl:part name="partiallyRefundPaymentReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="refundPaymentResponse1">
    <wsdl:part name="refundPaymentReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentStatusResponse">
    <wsdl:part name="paymentStatusReturn" type="tns1:EPaymentStatus">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentMethodListRequest">
  </wsdl:message>
  <wsdl:message name="touchRequest">
  </wsdl:message>
  <wsdl:message name="createBuyerRequest">
    <wsdl:part name="buyerCreate" type="tns1:EBuyerCreate">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="voidAuthorizationResponse">
    <wsdl:part name="voidAuthorizationReturn" type="tns2:EPaymentResult">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="paymentStatusWCustResponse">
    <wsdl:part name="paymentStatusWCustReturn" type="tns1:EPaymentStatusWCust">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="AxisEPaymentProviderV2">
    <wsdl:operation name="paymentStatus" parameterOrder="paymentSessionInfo">
      <wsdl:input message="impl:paymentStatusRequest" name="paymentStatusRequest">
    </wsdl:input>
      <wsdl:output message="impl:paymentStatusResponse" name="paymentStatusResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="paymentStatusWCust" parameterOrder="paymentSessionInfo">
      <wsdl:input message="impl:paymentStatusWCustRequest" name="paymentStatusWCustRequest">
    </wsdl:input>
      <wsdl:output message="impl:paymentStatusWCustResponse" name="paymentStatusWCustResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="paymentMethodList">
      <wsdl:input message="impl:paymentMethodListRequest" name="paymentMethodListRequest">
    </wsdl:input>
      <wsdl:output message="impl:paymentMethodListResponse" name="paymentMethodListResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createPayment" parameterOrder="paymentCommand">
      <wsdl:input message="impl:createPaymentRequest" name="createPaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:createPaymentResponse" name="createPaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="capturePayment" parameterOrder="sessionInfo">
      <wsdl:input message="impl:capturePaymentRequest" name="capturePaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:capturePaymentResponse" name="capturePaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidAuthorization" parameterOrder="sessionInfo">
      <wsdl:input message="impl:voidAuthorizationRequest" name="voidAuthorizationRequest">
    </wsdl:input>
      <wsdl:output message="impl:voidAuthorizationResponse" name="voidAuthorizationResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="refundPayment" parameterOrder="sessionInfo">
      <wsdl:input message="impl:refundPaymentRequest" name="refundPaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:refundPaymentResponse" name="refundPaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidRecurrentPayment" parameterOrder="sessionInfo">
      <wsdl:input message="impl:voidRecurrentPaymentRequest" name="voidRecurrentPaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:voidRecurrentPaymentResponse" name="voidRecurrentPaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createRecurrentPayment" parameterOrder="recurrenceRequest">
      <wsdl:input message="impl:createRecurrentPaymentRequest" name="createRecurrentPaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:createRecurrentPaymentResponse" name="createRecurrentPaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createBuyer" parameterOrder="buyerCreate">
      <wsdl:input message="impl:createBuyerRequest" name="createBuyerRequest">
    </wsdl:input>
      <wsdl:output message="impl:createBuyerResponse" name="createBuyerResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="partiallyRefundPayment" parameterOrder="refundRequest">
      <wsdl:input message="impl:partiallyRefundPaymentRequest" name="partiallyRefundPaymentRequest">
    </wsdl:input>
      <wsdl:output message="impl:partiallyRefundPaymentResponse" name="partiallyRefundPaymentResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="touch">
      <wsdl:input message="impl:touchRequest" name="touchRequest">
    </wsdl:input>
      <wsdl:output message="impl:touchResponse" name="touchResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EPaymentServiceV2SoapBinding" type="impl:AxisEPaymentProviderV2">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="paymentStatus">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="paymentStatusRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="paymentStatusResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="paymentStatusWCust">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="paymentStatusWCustRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="paymentStatusWCustResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="paymentMethodList">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="paymentMethodListRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="paymentMethodListResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="createPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="capturePayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="capturePaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="capturePaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidAuthorization">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="voidAuthorizationRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="voidAuthorizationResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="refundPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="refundPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="refundPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="voidRecurrentPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="voidRecurrentPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="voidRecurrentPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createRecurrentPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="createRecurrentPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createRecurrentPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createBuyer">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="createBuyerRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="createBuyerResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="partiallyRefundPayment">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="partiallyRefundPaymentRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="partiallyRefundPaymentResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="touch">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="touchRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="touchResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://axis.web.gopay.cz" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="EPaymentServiceV2">
    <wsdl:port binding="impl:EPaymentServiceV2SoapBinding" name="EPaymentServiceV2">
      <wsdlsoap:address location="https://10.20.215.189:8443/axis2/EPaymentServiceV2"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>