Hi,

 

I'm using release 1.5.1 and I have to remove the soapenv:mustUnderstand
attribute from my header SOAP message. I tried to do this in earlier
versions with no success. How can I do this? Any clue will be very helpful.

 

I'm sending below a sample SOAP Envelope with the attribute.

 

<soap:Envelope xmlns:soap=http://www.w3.org/2003/05/soap-envelope
xmlns:nfes="http://www.portalfiscal.inf.br/nfe/wsdl/NfeStatusServico2";>

<soap:Header>

<nfeCabecMsg soapenv:mustUnderstand="false"
xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NfeStatusServico2";><cUF>51</c
UF><versaoDados>2.00</versaoDados></nfeCabecMsg>

</soap:Header>

<soap:Body>

<nfeDadosMsg
xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NfeStatusServico2";>

<consStatServ xmlns=http://www.portalfiscal.inf.br/nfe versao="2.00">

<tpAmb>1</tpAmb>

<cUF>51</cUF>

<xServ>STATUS</xServ>

</consStatServ>

</nfeDadosMsg>

</soap:Body>

</soap:Envelope>

 

Thanks,

Fernando Cesar.

Reply via email to