<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:GetFulfilmentSupplyOrder>
<!--Optional:-->
<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>${#Projetct#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>
<!--Optional:-->
<cdis:PageNumber>0</cdis:PageNumber>
<!--Optional:-->
<cdis:PageSize>5</cdis:PageSize>
<!--Optional:-->
<cdis:SupplyOrderNumberList>
<!--Zero or more repetitions:-->
<arr:string>null</arr:string>
</cdis:SupplyOrderNumberList>
</cdis:request>
</cdis:GetFulfilmentSupplyOrder>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetFulfilmentSupplyOrderResponse xmlns="http://www.cdiscount.com">
<GetFulfilmentSupplyOrderResult 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>4</NumberOfPages>
<SupplyOrderLineList>
<SupplyOrderLine>
<IsFod>false</IsFod>
<OrderReferenceList i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
<OrderedQuantity>1</OrderedQuantity>
<ProductEAN>3760177500082</ProductEAN>
<ReceivedQuantity>160</ReceivedQuantity>
<SellerProductReference i:nil="true"/>
<SellerSupplyOrderNumber/>
<Status>SupplyingDone</Status>
<SupplyOrderNumber>FBC_3755</SupplyOrderNumber>
<UndeliveredQuantity>0</UndeliveredQuantity>
<Warehouse>CEM</Warehouse>
<WarehouseReceptionMinDate>2016-01-10T00:00:00</WarehouseReceptionMinDate>
</SupplyOrderLine>
<SupplyOrderLine>
<IsFod>true</IsFod>
<OrderReferenceList xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:string>168016801680AB</a:string>
<a:string>CC80168016AAA</a:string>
</OrderReferenceList>
<OrderedQuantity>1</OrderedQuantity>
<ProductEAN>3401326422052</ProductEAN>
<ReceivedQuantity>6</ReceivedQuantity>
<SellerProductReference i:nil="true"/>
<SellerSupplyOrderNumber/>
<Status>SupplyingDone</Status>
<SupplyOrderNumber>FBC_3770</SupplyOrderNumber>
<UndeliveredQuantity>0</UndeliveredQuantity>
<Warehouse>CEM</Warehouse>
<WarehouseReceptionMinDate>2016-01-13T00:00:00</WarehouseReceptionMinDate>
</SupplyOrderLine>
</SupplyOrderLineList>
</GetFulfilmentSupplyOrderResult>
</GetFulfilmentSupplyOrderResponse>
</s:Body>
</s:Envelope>