Para fazer alteração de um campo para vários Cli/For basta adiciona lós no primarykeylist.

(http://localhost:8051/wsProcess/IwsProcess)

Para fazer alteração de um campo para vários Cli/For basta adiciona lós no primarykeylist.

<?xml version="1.0" encoding="UTF-8"?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tot="http://www.totvs.com/">

   <soapenv:Header/>

   <soapenv:Body>

      <tot:ExecuteWithParams>

         <!--Optional:-->

         <tot:ProcessServerName>FinCFOAlteracaoGlobalServer</tot:ProcessServerName>

         <!--Optional:-->

         <tot:strXmlParams><![CDATA[<?xml version="1.0" encoding="utf-16"?>

<GlbParamsProcMultiUpdate>

  <PrimaryKeyList>0|0</PrimaryKeyList>

  <DataServerName>FinCFODataBR</DataServerName>

  <FieldName>CAMPOLIVRE</FieldName>

  <FieldValue>0</FieldValue>

  <IsChangingByPercentage>false</IsChangingByPercentage>

  <IsUpdateFullDetermined>false</IsUpdateFullDetermined>

  <OriginFieldName>CAMPOLIVRE</OriginFieldName>

  <OriginTableName>FCFO</OriginTableName>

  <OtherTables>FCFOCOMPL</OtherTables>

  <TableName>FCFO</TableName>

</GlbParamsProcMultiUpdate>]]></tot:strXmlParams>

      </tot:ExecuteWithParams>

   </soapenv:Body>

</soapenv:Envelope>