ESOCIAL E-SOCIAL

JOSIAS2010 29/09/2017 10:15:59
#476861
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
KERPLUNK 29/09/2017 10:50:29
#476862
Suponho que seja exatamente a mesma coisa como qualquer outro WebService.
JOSIAS2010 29/09/2017 11:10:41
#476864
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
KERPLUNK 29/09/2017 11:52:47
#476865
Não, isso é exatamente o que se faz com qualquer WebService...
JOSIAS2010 29/09/2017 14:18:39
#476872
sobre o esocial preciso de ajuda para assinar o XML, sabe algo sobre isso?
KERPLUNK 29/09/2017 14:28:22
#476873
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