ESOCIAL E-SOCIAL
Alguem ja comunicou no webservice da sefaz com soap para o eSocial?
URL para acesso aos Web Services do eSocial:
URL do Web Service de envio de lotes:
https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/enviarloteeventos/WsEnviarLoteEventos.svc
URL do Web Service de consulta de resultado de processamento de lotes:
https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/consultarloteeventos/WsConsultarLoteEventos.svc
URL para acesso aos Web Services do eSocial:
URL do Web Service de envio de lotes:
https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/enviarloteeventos/WsEnviarLoteEventos.svc
URL do Web Service de consulta de resultado de processamento de lotes:
https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/consultarloteeventos/WsConsultarLoteEventos.svc
Suponho que seja exatamente a mesma coisa como qualquer outro WebService.
Citação::
Suponho que seja exatamente a mesma coisa como qualquer outro WebService.
esta webservice é diferente.
olha o que aparece no site
ServicoEnviarLoteEventos Service
You have created a service.
To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
svcutil.exe https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/enviarloteeventos/WsEnviarLoteEventos.svc?wsdl
You can also access the service description as a single file:
https://webservices.producaorestrita.esocial.gov.br/servicos/empregador/enviarloteeventos/WsEnviarLoteEventos.svc?singleWsdl
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:
C#
class Test
{
static void Main()
{
ServicoEnviarLoteEventosClient client = new ServicoEnviarLoteEventosClient();
// Use the [ô]client[ô] variable to call operations on the service.
// Always close the client.
client.Close();
}
}
Visual Basic
Class Test
Shared Sub Main()
Dim client As ServicoEnviarLoteEventosClient = New ServicoEnviarLoteEventosClient()
[ô] Use the [ô]client[ô] variable to call operations on the service.
[ô] Always close the client.
client.Close()
End Sub
End Class
Não, isso é exatamente o que se faz com qualquer WebService...
sobre o esocial preciso de ajuda para assinar o XML, sabe algo sobre isso?
Amigo, é tudo exatamente a mesma coisa em qualquer WebService. Aliás, seria uma boa dar uma lida no manual de orientação ao desenvolvedor tem detalhes de regras de negócio ali que são imprescindÃveis de serem absorvidas...
Tópico encerrado , respostas não são mais permitidas