GetProductPackageProductMatchingFileData

<?xml version="1.0" encoding="UTF-8"?>
<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">
   <soapenv:Header/>
   <soapenv:Body>
      <cdis:GetProductPackageProductMatchingFileData>
         <!--Optional:-->
         <cdis:headerMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <cdis1:Context>
               <!--Optional:-->
               <cdis1:CatalogID>1</cdis1:CatalogID>
               <cdis1:CustomerPoolID>1</cdis1:CustomerPoolID>
               <cdis1:SiteID>100</cdis1:SiteID>
            </cdis1:Context>
            <cdis1:Localization>
               <cdis1:Country>Fr</cdis1:Country>
               <!--Optional:-->
               <cdis1:Currency>Eur</cdis1:Currency>
               <!--Optional:-->
               <cdis1:DecimalPosition>2</cdis1:DecimalPosition>
               <cdis1:Language>Fr</cdis1:Language>
            </cdis1:Localization>
            <!--Optional:-->
            <cdis1:Security>
               <cdis1:DomainRightsList i:nil="true"/>
                  
               <cdis1:IssuerID i:nil="true"/>
               <cdis1:SessionID i:nil="true"/>
               <!--Optional:-->
                <cdis1:TokenId>token</cdis1:TokenId>
               <cdis1:UserName i:nil="true"/>
            </cdis1:Security>
            <cdis1:Version>1.0</cdis1:Version>
         </cdis:headerMessage>
         <!--Optional:-->
         <cdis:productPackageFilter>
            <!--Optional:-->
            <cdis:PackageID>pckgid</cdis:PackageID>
         </cdis:productPackageFilter>
      </cdis:GetProductPackageProductMatchingFileData>
   </soapenv:Body>
</soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <GetProductPackageProductMatchingFileDataResponse xmlns="http://www.cdiscount.com">
         <GetProductPackageProductMatchingFileDataResult 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>token</TokenId>
            <PackageId>pckgid</PackageId>
            <ProductMatchingList>
               <ProductMatching>
                  <Color/>
                  <Comment>Produit OK</Comment>
                  <Ean>3660667000347</Ean>
                  <MatchingStatus>Ok</MatchingStatus>
                  <Name>2 boules en rotin 6cm marron</Name>
                  <SellerProductId>dec415-mar</SellerProductId>
                  <Size/>
                  <Sku>AUC3660667000347</Sku>
               </ProductMatching>
               <ProductMatching>
                  <Color/>
                  <Comment>Produit OK</Comment>
                  <Ean>3660667000354</Ean>
                  <MatchingStatus>Ok</MatchingStatus>
                  <Name>2 boules en rotin 6cm menthe</Name>
                  <SellerProductId>dec415-men</SellerProductId>
                  <Size/>
                  <Sku>AUC3660667000354</Sku>
               </ProductMatching>
              </ProductMatchingList>
         </GetProductPackageProductMatchingFileDataResult>
      </GetProductPackageProductMatchingFileDataResponse>
   </s:Body>
</s:Envelope>