<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:cdis2="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Fulfilment">
<soapenv:Header/>
<soapenv:Body>
<cdis:SubmitFulfilmentActivation>
<!--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>${#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:ProductList>
<!--Zero or more repetitions:-->
<cdis2:ProductActivationData>
<cdis2:Action>Activation</cdis2:Action>
<cdis2:Height>1</cdis2:Height>
<cdis2:Length>20</cdis2:Length>
<cdis2:ProductEan>AX34567891234</cdis2:ProductEan>
<!--Optional:-->
<cdis2:SellerProductReference>ABVG45K</cdis2:SellerProductReference>
<cdis2:Weight>50</cdis2:Weight>
<cdis2:Width>10</cdis2:Width>
</cdis2:ProductActivationData>
<cdis2:ProductActivationData>
<cdis2:Action>Activation</cdis2:Action>
<cdis2:Height>1</cdis2:Height>
<cdis2:Length>20</cdis2:Length>
<cdis2:ProductEan>BZ34567891234</cdis2:ProductEan>
<!--Optional:-->
<cdis2:SellerProductReference>ABVG45K</cdis2:SellerProductReference>
<cdis2:Weight>20</cdis2:Weight>
<cdis2:Width>10</cdis2:Width>
</cdis2:ProductActivationData>
</cdis:ProductList>
</cdis:request>
</cdis:SubmitFulfilmentActivation>
</soapenv:Body>
</soapenv:Envelope>