Alterar o local do Estoque via Webservice

xml retorno

Danilo,

É algum detalhe no seu código.

Fiz um teste por aqui e obtive sucesso!

Segue o meu request:

<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:StockKeepingUnitEspecificationInsert>

<!--Optional:-->

<tem:idSku>69396</tem:idSku>

<!--Optional:-->

<tem:fieldName>cores</tem:fieldName>

<!--Optional:-->

<tem:fieldValues>

<!--Zero or more repetitions:-->

<arr:string>PRETO-BRILHANTE</arr:string>

</tem:fieldValues>

</tem:StockKeepingUnitEspecificationInsert>

</soapenv:Body>

</soapenv:Envelope>

E o meu response:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

<s:Body>

<StockKeepingUnitEspecificationInsertResponse xmlns="http://tempuri.org/"/>

</s:Body>

</s:Envelope>

Abs