Alguém pode me Ajudar com Este erro de comunicação? "Nenhum campo de nome/texto MARCA encontrado"

Estou comunicando algumas informações através da função ProductEspecificationInsert (WS). Tudo estava funcionando normalmente até que começou a aparecer um erro.

XML ENVIADO

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

<soapenv:Header/>

<soapenv:Body>

<tem:ProductEspecificationInsert>

<!--number, identificador do produto que esta rebendo o valor de campo-->

<tem:idProduct>3417</tem:idProduct>

<!--string, identificador do campo, o nome do campo-->

<tem:fieldName><![CDATA[MARCA]]></tem:fieldName>

<!--array, lista de valores do campo-->

<tem:fieldValues>

<!--string, valor do campo-->

<arr:string><![CDATA[Tracta]]></arr:string>

</tem:fieldValues>

</tem:ProductEspecificationInsert>

</soapenv:Body>

</soapenv:Envelope>

XML RETORNADO

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode><faultstring xml:lang="pt-BR">Nenhum campo de nome/texto MARCA encontrado</faultstring><detail><ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><HelpLink i:nil="true"/><InnerException i:nil="true"/><Message>Nenhum campo de nome/texto MARCA encontrado</Message><StackTrace> at Vtex.Commerce.WebApps.AdminWcfService.Service.ProductEspecificationInsert(Int32 idProduct, String fieldName, List`1 fieldValues) in E:\BuildAgent\work\67af720f163d9625\src\Web Applications\Vtex.Commerce.WebApps.AdminWcfService\Service.svc.cs:line 3723&#xD;

at SyncInvokeProductEspecificationInsert(Object , Object[] , Object[] )&#xD;

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)&#xD;

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#xD;

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#xD;

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc)&#xD;

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><Type>System.Exception</Type></ExceptionDetail></detail></s:Fault></s:Body></s:Envelope>

Descobri o problema. Eu estava mandando o texto "MARCA" e estava cadastrado no sistema da VTEX "Marca". Problema de Case sensitive.