<?xml version="1.0" encoding="UTF-8"?>

<definitions
	name="AddNumbers"
  targetNamespace="http://b2b.instantloan.com/gw"
  xmlns:tns="http://b2b.instantloan.com/gw"
	xmlns="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
	<types>
		<xsd:schema>
      <xsd:import namespace="http://b2b.instantloan.com/gw"
                  schemaLocation="ILb2b-gw.xsd"></xsd:import>
		</xsd:schema>
	</types>
	<message name="InsertApp">
		<part name="parameters" element="tns:InsertApp" />
	</message>
	<message name="InsertAppResponse">
		<part name="result" element="tns:InsertAppResponse" />
	</message>
	<portType name="ILb2b_GW_PortType">
		<operation name="InsertApp">
			<input message="tns:InsertApp" />
			<output message="tns:InsertAppResponse" />
		</operation>
	</portType>
	<binding name="ILb2b_GW_Binding" type="tns:ILb2b_GW_PortType">
		<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
		<operation name="InsertApp">
			<soap:operation soapAction="" />
			<input>
				<soap:body use="literal" />
			</input>
			<output>
				<soap:body use="literal" />
			</output>
		</operation>
	</binding>
	<service name="ILb2b_GW_Service">
		<port name="ILb2b_GW_Port" binding="tns:ILb2b_GW_Binding">
			<soap:address location="https://loanbureau.bellwood.ru:1443/ILb2bgw" />
		</port>
	</service>
</definitions>
