<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">
<soapenv:Header/>
<soapenv:Body>
<cdis:GetFulfilmentOrderListToSupply>
<!--Optional:-->
<cdis:headerMessage>
<cdis1:Context>
<!--Optional:-->
<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>
<!--Optional:-->
<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"/>
<!--Optional:-->
<cdis1:SubjectLocality 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>
<!--Optional:-->
<cdis:OrderReference>1703271319DABLO</cdis:OrderReference>
<!--Optional:-->
<cdis:ProductEan>3515338039204</cdis:ProductEan>
<!--Optional:-->
<cdis:Warehouse>SMD</cdis:Warehouse>
</cdis:request>
</cdis:GetFulfilmentOrderListToSupply>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetFulfilmentOrderListToSupplyResponse xmlns="http://www.cdiscount.com">
<GetFulfilmentOrderListToSupplyResult 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>login</SellerLogin>
<TokenId>???</TokenId>
<OrderLineList xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Fulfilment">
<a:FulfilmentOrderLine>
<a:ExpectedCustomerDeliveryMax>2017-05-16T00:00:00</a:ExpectedCustomerDeliveryMax>
<a:ExpectedCustomerDeliveryMin>2017-05-12T00:00:00</a:ExpectedCustomerDeliveryMin>
<a:LatestWarehouseDeliveryDate>0001-01-01T00:00:00</a:LatestWarehouseDeliveryDate>
<a:OrderDate>2017-03-28T10:23:01.723</a:OrderDate>
<a:OrderReference>1703281023DG8T3</a:OrderReference>
<a:ProductEan>3515089675089</a:ProductEan>
<a:ProductName>Meuble vitrine design SANO Blanc/Noir</a:ProductName>
<a:Quantity>1</a:Quantity>
<a:SellerProductReference>SANO_VITR_BN</a:SellerProductReference>
<a:Warehouse>SMD</a:Warehouse>
</a:FulfilmentOrderLine>
</OrderLineList>
</GetFulfilmentOrderListToSupplyResult>
</GetFulfilmentOrderListToSupplyResponse>
</s:Body>
</s:Envelope>