<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.n11.com/ws/schemas" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.n11.com/ws/schemas" targetNamespace="http://www.n11.com/ws/schemas">
  <wsdl:types>
    <xs:schema xmlns:n11="http://www.n11.com/ws/schemas" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.n11.com/ws/schemas"><xs:element name="SaveLinkSellerInvoiceRequest"><xs:complexType><xs:sequence><xs:element name="auth" type="n11:Authentication"/><xs:element name="url" type="xs:string"/><xs:element name="orderNumber" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLinkSellerInvoiceResponse"><xs:complexType><xs:sequence><xs:element name="result" type="n11:ResultInfo"/><xs:element name="url" type="xs:string"/><xs:element name="orderNumber" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BaseRequest"><xs:sequence><xs:element name="authentication" type="n11:Authentication"/></xs:sequence></xs:complexType><xs:complexType name="Authentication"><xs:sequence><xs:element name="appKey" type="xs:string"/><xs:element name="appSecret" type="xs:string"/></xs:sequence></xs:complexType><xs:complexType name="BaseResponse"><xs:sequence><xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorCategory" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:complexType name="ResultInfo"><xs:sequence><xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="errorCategory" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:schema>
  </wsdl:types>
  <wsdl:message name="SaveLinkSellerInvoiceResponse">
    <wsdl:part element="tns:SaveLinkSellerInvoiceResponse" name="SaveLinkSellerInvoiceResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="SaveLinkSellerInvoiceRequest">
    <wsdl:part element="tns:SaveLinkSellerInvoiceRequest" name="SaveLinkSellerInvoiceRequest">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="SellerInvoiceServicePort">
    <wsdl:operation name="SaveLinkSellerInvoice">
      <wsdl:input message="tns:SaveLinkSellerInvoiceRequest" name="SaveLinkSellerInvoiceRequest">
    </wsdl:input>
      <wsdl:output message="tns:SaveLinkSellerInvoiceResponse" name="SaveLinkSellerInvoiceResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SellerInvoiceServicePortSoap11" type="tns:SellerInvoiceServicePort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="SaveLinkSellerInvoice">
      <soap:operation soapAction=""/>
      <wsdl:input name="SaveLinkSellerInvoiceRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="SaveLinkSellerInvoiceResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SellerInvoiceServicePortService">
    <wsdl:port binding="tns:SellerInvoiceServicePortSoap11" name="SellerInvoiceServicePortSoap11">
      <soap:address location="https://api.n11.com/ws/sellerInvoiceService/"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>