2
I need the cnpj variable that is estre the tags <Parameter>
be called as a function parameter. But note that it is within a text block that I use to consume a web service. It is possible somehow?
recebeParam <- function(cnpj) {
Metodo <- '<?xml version="1.0" encoding="utf-8" ?>
<ResponseFormat>xml</ResponseFormat>
<Command>
<Name>LinxSeguroVendedores</Name>
<Parameters>
<Parameter id="cnpjEmp">cnpj</Parameter>
</Parameters>
</Command>'
}
I didn’t know, thank you very much, it seems to be very useful.
– Rui Barradas
William, I tried to use, but I think it lacked some detail to work.
– Clecio Nepunuceno
You saw the keys around the CNPJ in the text?
– Guilherme Marthe
Yes, I used the keys but it didn’t work. I will review and try again.
– Clecio Nepunuceno