ESOCIAL : XML Files Generated By PeopleSoft Are Not Accepted By OneSource.
(Doc ID 2380951.1)
Last updated on MAY 11, 2018
Applies to:
PeopleSoft Enterprise HCM Global Payroll Brazil - Version 9.2 and laterInformation in this document applies to any platform.
Symptoms
The files generated by Peoplesoft are different from the template provided by the government (eSocial Communication Pack version 1.4.1). The format template that appears in the batch submission wsdl follows the pattern:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://www.esocial.gov.br/servicos/empregador/lote/eventos/envio/v1_1_0">
<soapenv:Header/>
<soapenv:Body>
<v1:EnviarLoteEventos>
<!--Optional:-->
<v1:loteEventos>
</v1:loteEventos>
</v1:EnviarLoteEventos>
</soapenv:Body>
</soapenv:Envelope>
However, the XML generated by Peoplesoft is in the format below:
soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header/>
<soap:Body>
<EnviarLoteEventos xmlns="http://www.esocial.gov.br/servicos/empregador/lote/eventos/envio/v1_1_0">
<loteEventos>
</loteEventos>
</EnviarLoteEventos>
</soap:Body>
</soap:Envelope>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |