<wsdl:definitions xmlns:soap=“schemas.xmlsoap.org/wsdl/soap/” xmlns:tm=“microsoft.com/wsdl/mime/textMatching/” xmlns:soapenc=“schemas.xmlsoap.org/soap/encoding/” xmlns:mime=“schemas.xmlsoap.org/wsdl/mime/” xmlns:tns=“Hps.Exchange.PosGateway” xmlns:s=“www.w3.org/2001/XMLSchema” xmlns:soap12=“schemas.xmlsoap.org/wsdl/soap12/” xmlns:http=“schemas.xmlsoap.org/wsdl/http/” xmlns:wsdl=“schemas.xmlsoap.org/wsdl/” targetNamespace=“Hps.Exchange.PosGateway”> <wsdl:types> <s:schema targetNamespace=“Hps.Exchange.PosGateway”> <s:include schemaLocation=“cert.api2.heartlandportico.com/Hps.Exchange.PosGateway/POSGatewayService.asmx?schema=schema1”/> </s:schema> </wsdl:types> <wsdl:message name=“DoTransactionSoapIn”> <wsdl:part name=“PosRequest” element=“tns:PosRequest”/> </wsdl:message> <wsdl:message name=“DoTransactionSoapOut”> <wsdl:part name=“DoTransactionResult” element=“tns:PosResponse”/> </wsdl:message> <wsdl:portType name=“PosGatewayInterface”> <wsdl:operation name=“DoTransaction”> <wsdl:input message=“tns:DoTransactionSoapIn”/> <wsdl:output message=“tns:DoTransactionSoapOut”/> </wsdl:operation> </wsdl:portType> <wsdl:binding name=“PosGatewayInterface” type=“tns:PosGatewayInterface”> <soap:binding transport=“schemas.xmlsoap.org/soap/http”/> <wsdl:operation name=“DoTransaction”> <soap:operation soapAction=“” style=“document”/> <wsdl:input> <soap:body use=“literal”/> </wsdl:input> <wsdl:output> <soap:body use=“literal”/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name=“PosGatewayInterface1” type=“tns:PosGatewayInterface”> <soap12:binding transport=“schemas.xmlsoap.org/soap/http”/> <wsdl:operation name=“DoTransaction”> <soap12:operation soapAction=“” style=“document”/> <wsdl:input> <soap12:body use=“literal”/> </wsdl:input> <wsdl:output> <soap12:body use=“literal”/> </wsdl:output> </wsdl:operation> </wsdl:binding> </wsdl:definitions>