<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://www.cdiscount.com">
<SOAP-ENV:Body>
<ns2:SubmitRelaysFile>
<ns2:headerMessage>
<ns1:Context>
<ns1:CatalogID>1</ns1:CatalogID>
<ns1:SiteID>100</ns1:SiteID>
</ns1:Context>
<ns1:Localization>
<ns1:Country>Fr</ns1:Country>
<ns1:Currency>Eur</ns1:Currency>
<ns1:DecimalPosition>2</ns1:DecimalPosition>
<ns1:Language>Fr</ns1:Language>
</ns1:Localization>
<ns1:Security>
<ns1:DomainRightsList xsi:nil="true" />
<ns1:IssuerID xsi:nil="true" />
<ns1:SessionID xsi:nil="true" />
<ns1:TokenId>${#Project#token}</ns1:TokenId>
<ns1:UserName xsi:nil="true" />
</ns1:Security>
<ns1:Version>0.1</ns1:Version>
</ns2:headerMessage>
<ns2:relaysFileRequest>
<ns2:RelaysFileURI>http://spreadsheetpage.com/downloads/xl/worksheet%20functions.xlsx</ns2:RelaysFileURI>
</ns2:relaysFileRequest>
</ns2:SubmitRelaysFile>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<SubmitRelaysFileResponse xmlns="http://www.cdiscount.com">
<SubmitRelaysFileResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ErrorMessage i:nil="true" 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>
<RelaysFileId>84</RelaysFileId>
</SubmitRelaysFileResult>
</SubmitRelaysFileResponse>
</s:Body>
</s:Envelope>