GetFulfilmentSupplyOrderReportList

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cdis="http://www.cdiscount.com" xmlns:cdis1="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:sys="http://schemas.datacontract.org/2004/07/System.Device.Location" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
   <soapenv:Header/>
   <soapenv:Body>
      <cdis:GetFulfilmentSupplyOrderReportList>
         <cdis:headerMessage>
           <cdis1:Context>
            <cdis1:CatalogID>1</cdis1:CatalogID>
            <cdis1:CustomerID>123</cdis1:CustomerID>
            <cdis1:CustomerPoolID>1</cdis1:CustomerPoolID>
            <cdis1:SiteID>100</cdis1:SiteID>
          </cdis1:Context>
          <cdis1:Localization>
            <cdis1:Country>Fr</cdis1:Country>
            <cdis1:Currency>Eur</cdis1:Currency>
            <cdis1:DecimalPosition>2</cdis1:DecimalPosition>
            <cdis1:Language>Fr</cdis1:Language>
          </cdis1:Localization>
          <cdis1:Security>
            <cdis1:DomainRightsList xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
            <cdis1:IssuerID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <cdis1:SessionID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <cdis1:TokenId>${#Project#token}</cdis1:TokenId>
            <cdis1:UserName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          </cdis1:Security>
          <cdis1:Version>1.0</cdis1:Version>
         </cdis:headerMessage>
         <!--Optional:-->
         <cdis:request>
            <cdis:BeginCreationDate>2017-05-04</cdis:BeginCreationDate>
            <cdis:DepositIdList>
               <!--Zero or more repetitions:-->
               <arr:int>551450</arr:int>
            </cdis:DepositIdList>
            <cdis:EndCreationDate>2018-05-04</cdis:EndCreationDate>
            <cdis:PageNumber>0</cdis:PageNumber>
            <cdis:PageSize>10</cdis:PageSize>
         </cdis:request>
      </cdis:GetFulfilmentSupplyOrderReportList>
   </soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <GetFulfilmentSupplyOrderReportListResponse xmlns="http://www.cdiscount.com">
         <GetFulfilmentSupplyOrderReportListResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <ErrorMessage xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages"/>
            <OperationSuccess xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages">true</OperationSuccess>
            <ErrorList/>
            <SellerLogin i:nil="true"/>
            <TokenId i:nil="true"/>
            <CurrentPageNumber>0</CurrentPageNumber>
            <NumberOfPages>1</NumberOfPages>
            <ReportList>
               <SupplyOrderReport>
                  <DepositId>551450</DepositId>
                  <ReportLineList>
                     <SupplyOrderReportLine>
                        <ErrorDetails xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <OrderedQuantity>1</OrderedQuantity>
                        <ProductEan>123456789</ProductEan>
                        <SellerId>2</SellerId>
                        <SellerProductReference>REF SHA</SellerProductReference>
                        <SellerSupplyOrderNumber i:nil="true"/>
                        <SupplyOrderNumber>num</SupplyOrderNumber>
                        <Warehouse>Other</Warehouse>
                        <WarehouseReceptionMinDate>2019-05-03T00:00:00</WarehouseReceptionMinDate>
                     </SupplyOrderReportLine>
                     <SupplyOrderReportLine>
                        <ErrorDetails xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <OrderedQuantity>2</OrderedQuantity>
                        <ProductEan>123456789</ProductEan>
                        <SellerId>2</SellerId>
                        <SellerProductReference>REF SHA</SellerProductReference>
                        <SellerSupplyOrderNumber i:nil="true"/>
                        <SupplyOrderNumber>num</SupplyOrderNumber>
                        <Warehouse>Other</Warehouse>
                        <WarehouseReceptionMinDate>2019-05-03T00:00:00</WarehouseReceptionMinDate>
                     </SupplyOrderReportLine>
                     <SupplyOrderReportLine>
                        <ErrorDetails xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                        <OrderedQuantity>3</OrderedQuantity>
                        <ProductEan>123456789</ProductEan>
                        <SellerId>2</SellerId>
                        <SellerProductReference>REF SHA</SellerProductReference>
                        <SellerSupplyOrderNumber i:nil="true"/>
                        <SupplyOrderNumber>num</SupplyOrderNumber>
                        <Warehouse>SMD</Warehouse>
                        <WarehouseReceptionMinDate>2019-05-03T00:00:00</WarehouseReceptionMinDate>
                     </SupplyOrderReportLine>
                  </ReportLineList>
               </SupplyOrderReport>
            </ReportList>
         </GetFulfilmentSupplyOrderReportListResult>
      </GetFulfilmentSupplyOrderReportListResponse>
   </s:Body>
</s:Envelope>