Posts by Alex Souza • 1 point
1 post
-
-1
votes1
answer152
viewsQ: Convert string to XML object
I am consuming a SOAP Web Service and I can call through Python using the module zeep. client = Client(wsdl='meu_endpoint?WSDL') print(client.service.ObterDividaAtivaPorCPF('user','senha','cpf')) It…