You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
469 B
13 lines
469 B
SERVIDOR SOAP FALSO PARA TESTES
|
|
===============================
|
|
|
|
Este teste vai verificar um servidor, executado atraves do comando
|
|
'run_fake_soap_server.py', para enviar requisicoes SOAP e esperar as
|
|
responstas em formato WSDL, de forma a simular o servidor da SEFAZ.
|
|
|
|
>>> from suds.client import Client
|
|
>>> url = 'http://localhost:8080/ServidorNFEFalso?wsdl'
|
|
>>> #client = Client(url)
|
|
>>> #print client
|
|
>>> #print client.service.ping('mario', 5)
|
|
|